This commit is contained in:
mashuai 2025-02-20 23:33:31 +08:00
parent 213d250d34
commit 746b572d8e
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ public class TypeKeeperController extends BaseController {
*/ */
@ApiOperation(value = "新增库管员配置") @ApiOperation(value = "新增库管员配置")
@PreventRepeatSubmit @PreventRepeatSubmit
@RequiresPermissions("ma:keeper:add") //@RequiresPermissions("ma:keeper:add")
@SysLog(title = "库管员配置", businessType = OperaType.INSERT, module = "物资管理->新增库管员配置") @SysLog(title = "库管员配置", businessType = OperaType.INSERT, module = "物资管理->新增库管员配置")
@PostMapping @PostMapping
public AjaxResult add(@RequestBody List<TypeKeeper> typeKeepers) { public AjaxResult add(@RequestBody List<TypeKeeper> typeKeepers) {

View File

@ -57,7 +57,7 @@ public class TypeRepairController extends BaseController
* @return * @return
*/ */
@ApiOperation(value = "查询维修班机具配置下拉") @ApiOperation(value = "查询维修班机具配置下拉")
@RequiresPermissions("ma:repair:list") //@RequiresPermissions("ma:repair:list")
@GetMapping("/getRepairList") @GetMapping("/getRepairList")
public AjaxResult getRepairList(TypeRepair typeRepair) public AjaxResult getRepairList(TypeRepair typeRepair)
{ {