diff --git a/lms/nladmin-system/src/main/java/org/nl/wms/st/instor/service/impl/ProductScrapServiceImpl.java b/lms/nladmin-system/src/main/java/org/nl/wms/st/instor/service/impl/ProductScrapServiceImpl.java index d97adf2c4..861a1b956 100644 --- a/lms/nladmin-system/src/main/java/org/nl/wms/st/instor/service/impl/ProductScrapServiceImpl.java +++ b/lms/nladmin-system/src/main/java/org/nl/wms/st/instor/service/impl/ProductScrapServiceImpl.java @@ -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); }