|
|
@ -175,7 +175,7 @@ public class BPlanEnterpriseController extends BaseController {
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GetMapping("/getZhifa")
|
|
|
|
@GetMapping("/getZhifa")
|
|
|
|
@ApiOperation(value = "执法结果-企业详情")
|
|
|
|
@ApiOperation(value = "执法结果-企业详情",response = BPlanEnterpriseZhifaResponse.class)
|
|
|
|
public TableDataInfo getZhifa(@Valid checkResultRequest req) {
|
|
|
|
public TableDataInfo getZhifa(@Valid checkResultRequest req) {
|
|
|
|
startPage();
|
|
|
|
startPage();
|
|
|
|
return getDataTable(bPlanEnterpriseService.getZhifa(req));
|
|
|
|
return getDataTable(bPlanEnterpriseService.getZhifa(req));
|
|
|
|