代码提交

This commit is contained in:
liang.chao 2025-08-27 12:29:57 +08:00
parent c172a18ca9
commit 50e48b3230
2 changed files with 2 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public class TypeController extends BaseController {
}
@ApiOperation(value = "修改物资库存")
@PreventRepeatSubmit
@RequiresPermissions("ma:type:updateNum")
// @RequiresPermissions("ma:type:updateNum")
@SysLog(title = "物资类型管理", businessType = OperaType.INSERT, module = "仓储管理->修改物资库存")
@PostMapping("/updateStorageNum")
public AjaxResult updateStorageNum(@RequestBody Type type) {

View File

@ -580,6 +580,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
m2.type_name AS materialType,
m1.type_name AS materialName,
m.type_id AS typeId,
m.storage_num AS storageNum,
m.type_name AS typeName,
m.parent_id as parentId,
m.manage_type as manageType,