辅导员修改 中职升高职
This commit is contained in:
@@ -158,6 +158,12 @@ public class KnzzZsgApplyController extends BaseController {
|
||||
return knzzZsgApplyService.doEdit(param);
|
||||
}
|
||||
|
||||
@PreAuthorize("@ss.hasPermi('comprehensive:knzzZsgApply:doAudit')")
|
||||
@PostMapping("/fdyEdit")
|
||||
public AjaxResult fdyEdit(@RequestBody KnzzZsgApply param) {
|
||||
return knzzZsgApplyService.fdyEdit(param);
|
||||
}
|
||||
|
||||
@PreAuthorize("@ss.hasPermi('comprehensive:knzzZsgApply:doAudit')")
|
||||
@PostMapping("/doAudit")
|
||||
public AjaxResult doAudit(@RequestBody KnzzZsgApply param) {
|
||||
|
||||
Reference in New Issue
Block a user