代码提交
This commit is contained in:
parent
c172a18ca9
commit
50e48b3230
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue