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 }); // 基础数据分类 添加