星空对接接口开发:修复接口传参逻辑
This commit is contained in:
parent
ad00e59124
commit
1b53d243c9
|
@ -133,6 +133,7 @@ public class ApiTask {
|
|||
try {
|
||||
for (SysDictData sysDictData : oaFormid) {
|
||||
String dictValue = sysDictData.getDictValue();
|
||||
if ( !("SAL_DELIVERYNOTICE".equals(dictValue) && "PUR_ReceiveBill".equals(dictValue)) ) continue;
|
||||
String oaData = getOAData(dictValue);
|
||||
if (oaData != null && !oaData.isEmpty()){
|
||||
if (oaData.contains("ErrorCode")){
|
||||
|
|
Loading…
Reference in New Issue