Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -111,7 +111,7 @@ public class AppCompanyController extends BaseController
|
|||||||
}
|
}
|
||||||
@GetMapping("/label")
|
@GetMapping("/label")
|
||||||
@ApiOperation("公司标签下的公司")
|
@ApiOperation("公司标签下的公司")
|
||||||
public TableDataInfo label(@RequestBody LabelQuery labelQuery)
|
public TableDataInfo label(LabelQuery labelQuery)
|
||||||
{
|
{
|
||||||
CompanyCard companyCard = companyCardMapper.selectById(labelQuery.getCardId());
|
CompanyCard companyCard = companyCardMapper.selectById(labelQuery.getCardId());
|
||||||
startPage();
|
startPage();
|
||||||
|
Reference in New Issue
Block a user