|
|
|
@ -34,7 +34,7 @@ public class AppEntEnforcementRegistrationController extends BaseController { |
|
|
|
*/ |
|
|
|
@GetMapping("/list") |
|
|
|
public TableDataInfo<EnforcementRegistrationVo> list(EnforcementRegistrationBo bo, PageQuery pageQuery) { |
|
|
|
bo.setIsSubmit(1L); |
|
|
|
|
|
|
|
return enforcementRegistrationService.queryPageList(bo, pageQuery); |
|
|
|
} |
|
|
|
|
|
|
|
@ -52,6 +52,7 @@ public class AppEntEnforcementRegistrationController extends BaseController { |
|
|
|
*/ |
|
|
|
@GetMapping("/queryEnforcementRegistrationPageList") |
|
|
|
public TableDataInfo<EnforcementRegistrationListVo> queryEnforcementRegistrationPageList( EnforcementRegistrationQueryBo bo, PageQuery pageQuery) { |
|
|
|
bo.setIsSubmit(1L); |
|
|
|
return enforcementRegistrationService.queryEnforcementRegistrationPageList(bo, pageQuery); |
|
|
|
} |
|
|
|
|
|
|
|
|