|
|
|
@ -83,7 +83,7 @@ public class AppEnterpriseLawEnforcementController extends BaseController |
|
|
|
{ |
|
|
|
// startPage();
|
|
|
|
int total = enterpriseLawEnforcementService.selectTotal(enterpriseLawEnforcement); |
|
|
|
List<EnterpriseLawEnforcement> list = enterpriseLawEnforcementService.selectEnterpriseLawEnforcementList(enterpriseLawEnforcement); |
|
|
|
List<EnterpriseLawEnforcement> list = enterpriseLawEnforcementService.selectEnterpriseLawEnforcementList2(enterpriseLawEnforcement); |
|
|
|
|
|
|
|
TableDataInfo rspData = new TableDataInfo(); |
|
|
|
rspData.setCode(0); |
|
|
|
|