基础数据的BUG修改

This commit is contained in:
秦鸿展
2026-02-07 17:22:11 +08:00
parent e7162e1877
commit 244b8d7e6e
8 changed files with 69 additions and 7 deletions
@@ -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);
}