rev:改切出库、报废出库自动分配改为手动分配

This commit is contained in:
2025-02-20 14:35:33 +08:00
parent 4424292065
commit 2d1ff9127a

View File

@@ -197,6 +197,7 @@ public class ProductScrapServiceImpl implements ProductScrapService {
jo_mst.put("update_optid", currentUserId + "");
jo_mst.put("update_optname", nickName);
jo_mst.put("update_time", now);
//更新主表
wo_mst.update(jo_mst);
}