采购配置相关

20230922-ljl-fixBug
wangchaoxu 1 year ago
parent d26c94de3a
commit ca3d67726c

@ -167,7 +167,7 @@ public class SavePurchaseSettingService extends SPIBaseService implements Extens
}
dsSettingParams.put("operateSource", platformShopSetting.get("operateSource"));
Map<String, Object> operateInfo = new HashMap<>();
operateInfo.put("userId", shopId);
operateInfo.put("userId", SecurityTool.encodeByAES(String.valueOf(shopId)));
operateInfo.put("ip", ""); // todo: 获取ip
dsSettingParams.put("operateInfo", operateInfo);
String dsSettingRes = dsJsonRequestTemplate.execute("/order/savePurchaseSetting", dsSettingParams);
@ -182,7 +182,7 @@ public class SavePurchaseSettingService extends SPIBaseService implements Extens
log.error("1688分销配置保存失败原因" + e.getMessage());
}
}
if (error) {
return R.ok(Ret.fail("1688分销配置保存失败"));
}

Loading…
Cancel
Save