From 2d1ff9127a3609d602cce76134ee0c8b30268eea Mon Sep 17 00:00:00 2001 From: liuxy Date: Thu, 20 Feb 2025 14:35:33 +0800 Subject: [PATCH] =?UTF-8?q?rev=EF=BC=9A=E6=94=B9=E5=88=87=E5=87=BA?= =?UTF-8?q?=E5=BA=93=E3=80=81=E6=8A=A5=E5=BA=9F=E5=87=BA=E5=BA=93=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=88=86=E9=85=8D=E6=94=B9=E4=B8=BA=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E5=88=86=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nl/wms/st/instor/service/impl/ProductScrapServiceImpl.java | 1 + 1 file changed, 1 insertion(+) 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); }