综合素质申请
This commit is contained in:
@@ -284,4 +284,11 @@ public class CphAuditDetailsController extends BaseController {
|
||||
public AjaxResult remove(@PathVariable Long[] ids) {
|
||||
return toAjax(cphAuditDetailsService.deleteCphAuditDetailsByIds(ids));
|
||||
}
|
||||
/**
|
||||
* 撤销审核
|
||||
*/
|
||||
@PostMapping("/cancelAudit/{ids}")
|
||||
public AjaxResult cancelAudit(@PathVariable Long[] ids) {
|
||||
return toAjax(cphAuditDetailsService.cancelAuditByIds(ids));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user