辅导员修改 中职升高职

This commit is contained in:
zhy
2025-09-18 01:49:40 +08:00
parent cc3c73b158
commit d302367fe0
3 changed files with 45 additions and 3 deletions

View File

@@ -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) {