lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/controller/MdcShiftController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/controller/MdcShiftController.java
@@ -126,7 +126,7 @@ */ @AutoLog("班制表(主表)-设置默认班制") @ApiOperation(value = "班制表(主表)-设置默认班制", notes = "班制表(主表)-设置默认班制") @GetMapping("/changeDefaultShift") @PostMapping("/changeDefaultShift") public Result<?> changeDefaultShift(@RequestParam(name = "id", required = true) String id) { boolean result = mdcShiftService.changeDefaultShift(id); return result ? Result.OK("设置成功!") : Result.error("设置失败!");