|
@@ -105,10 +105,4 @@ public class ZEngineeringIndustryController extends BaseController {
|
|
|
return toAjax(iZEngineeringIndustryService.deleteWithValidByIds(Arrays.asList(ids), true));
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/audit/{id}")
|
|
|
- @SaCheckPermission("zdsz:engineeringIndustry:audit")
|
|
|
- @Log(title = "工业工程|市政工程", businessType = BusinessType.INSERT)
|
|
|
- public R<Void> audit(@Validated(AddGroup.class) @RequestBody ZEngineeringReviewBo bo) {
|
|
|
- return toAjax(iZEngineeringIndustryService.auditById(bo));
|
|
|
- }
|
|
|
}
|