WechatGroup

This commit is contained in:
Lishundong
2025-09-28 12:42:34 +08:00
parent bdc8a31b61
commit e8d18b1fe6

View File

@@ -111,7 +111,7 @@ public class AppCompanyController extends BaseController
}
@GetMapping("/label")
@ApiOperation("公司标签下的公司")
public TableDataInfo label(@RequestBody LabelQuery labelQuery)
public TableDataInfo label(LabelQuery labelQuery)
{
CompanyCard companyCard = companyCardMapper.selectById(labelQuery.getCardId());
startPage();