|
|
@ -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<String, String> map = new HashMap<String, String>(); |
|
|
|
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 }); |
|
|
|
// 基础数据分类 添加
|
|
|
|