1.添加日志打印

wms_pzh
x_z 2 years ago
parent 595a4eca9d
commit 7ac6502d33

@ -130,6 +130,7 @@ public class PlatformServiceImpl implements PlatformService {
Map<String, Object> paramMap = new HashMap<>();
paramMap.put("invSubCode", invSubCode);
String resp = HttpClient.mipsGet(host + "/udiwms/bussinessType/udimsFilter", paramMap);
log.info("拉取自助平台单据类型结果: {}", resp);
if (StrUtil.isNotBlank(resp) && resp.contains("20000")) {
return JSON.parseObject(resp, BaseResponse.class);
} else {

Loading…
Cancel
Save