|
|
|
@ -98,7 +98,7 @@ public class BPlanEnterpriseController extends BaseController {
|
|
|
|
|
.sum();
|
|
|
|
|
double ptSum = (double) checkEnterpriseCountSum /plannedEnterpriseCountSum;
|
|
|
|
|
BPlanEnterPriseTreeResponse resultObject = new BPlanEnterPriseTreeResponse();
|
|
|
|
|
resultObject.setInstitutionName("苏州");
|
|
|
|
|
resultObject.setInstitutionName("苏州市");
|
|
|
|
|
resultObject.setPlannedEnterpriseCount(plannedEnterpriseCountSum);
|
|
|
|
|
resultObject.setCheckEnterpriseCount(checkEnterpriseCountSum);
|
|
|
|
|
resultObject.setPt(ptSum);
|
|
|
|
@ -208,8 +208,9 @@ public class BPlanEnterpriseController extends BaseController {
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping("/getZhifa")
|
|
|
|
|
@ApiOperation(value = "执法结果-企业详情")
|
|
|
|
|
public AjaxResult getZhifa(@Valid checkResultRequest req) {
|
|
|
|
|
return success(bPlanEnterpriseService.getZhifa(req));
|
|
|
|
|
public TableDataInfo getZhifa(@Valid checkResultRequest req) {
|
|
|
|
|
startPage();
|
|
|
|
|
return getDataTable(bPlanEnterpriseService.getZhifa(req));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|