WechatGroup
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user