|
|
|
@ -2295,12 +2295,14 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
|
} |
|
|
|
|
try { |
|
|
|
|
// 调用sap获取报账单号状态
|
|
|
|
|
String poClient = baseServiceConfig.getPoClient(); |
|
|
|
|
String[] clientSplit = poClient.split(","); |
|
|
|
|
IsInput isInput = new IsInput(); |
|
|
|
|
isInput.setSYSID(OrderInfoEnum.SYS_SIGN_FP.getKey()); |
|
|
|
|
isInput.setIFYWID(OrderInfoEnum.INTERFACE_BUSINESS_ID_GSCLIENT.getKey()); |
|
|
|
|
isInput.setBSKEY(UUID.randomUUID().toString().replace("-", " ")); |
|
|
|
|
isInput.setIFYWID("FI890"); |
|
|
|
|
isInput.setBSKEY(UUID.randomUUID().toString().replace("-", "")); |
|
|
|
|
isInput.setZORG(""); |
|
|
|
|
isInput.setZFILED5(baseServiceConfig.getPoClient()); |
|
|
|
|
isInput.setZFILED5(clientSplit[0]); |
|
|
|
|
ReplaceOdd replaceOdd = new ReplaceOdd(); |
|
|
|
|
replaceOdd.setZBZDH(replaceOddDTO.getBzdh()); |
|
|
|
|
String zdata1 = JsonUtils.getInstance().toJsonString(replaceOdd); |
|
|
|
|