From 8f1a8bad2e43b4e3b6d118e4e855a6535b5693a1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-5DIJMF9\\admin" <2388969634@qq.com> Date: Wed, 11 Dec 2024 10:49:05 +0800 Subject: [PATCH] =?UTF-8?q?opt:=E4=BE=9B=E5=BA=94=E5=95=86=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=A2=9E=E5=8A=A0=E6=93=8D=E4=BD=9C=E4=BA=BA=E5=92=8C?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mes/service/md/cs/SupplierMaintenanceServiceImpl.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lxservice/com/noblelift/imp/products/mes/service/md/cs/SupplierMaintenanceServiceImpl.java b/lxservice/com/noblelift/imp/products/mes/service/md/cs/SupplierMaintenanceServiceImpl.java index 51e5b1f..9f7355a 100644 --- a/lxservice/com/noblelift/imp/products/mes/service/md/cs/SupplierMaintenanceServiceImpl.java +++ b/lxservice/com/noblelift/imp/products/mes/service/md/cs/SupplierMaintenanceServiceImpl.java @@ -281,6 +281,8 @@ public class SupplierMaintenanceServiceImpl implements SupplierMaintenanceServic map.put("zip_code", form.optString("zip_code")); map.put("corp_tele_no", form.optString("corp_tele_no")); map.put("corp_address", form.optString("corp_address")); + map.put("sysupdateuseruuid", accountId); + map.put("sysupdatetime", WDK.getDateTime()); if ("1".equals(form.optString("is_seal_up"))) { map.put("is_seal_up", "0"); } else { @@ -335,6 +337,8 @@ public class SupplierMaintenanceServiceImpl implements SupplierMaintenanceServic // 创建对象存储修改数据 HashMap map = new HashMap(); map.put("sysisdelete", "1"); + map.put("sysupdateuseruuid", accountId); + map.put("sysupdatetime", WDK.getDateTime()); ResultBean rb = WQLObject.getWQLObject("MD_CS_SUPPLIERBASE").update(map, "supp_uuid = ?", new String[] { supp_uuid }); // 基础数据分类 添加