基础数据的BUG修改
This commit is contained in:
+1
@@ -92,6 +92,7 @@ public class MaterialInventoryWarningImpl extends ServiceImpl<MaterialInventoryW
|
||||
materialInventoryWarning.setCreateBy(loginUser.getUserid());
|
||||
materialInventoryWarning.setCreateByName(loginUser.getUsername());
|
||||
materialInventoryWarning.setCreateTime(new Date());
|
||||
materialInventoryWarning.setDelFlag(1); // 设置删除标志为1(正常)
|
||||
materialInventoryWarningList.add(materialInventoryWarning);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user