|
|
|
@ -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 {
|
|
|
|
|