查询添加字段
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ public class BusinessDocumentOrderApplicationService {
|
||||
body.put("erpBillNo", String.valueOf(pushData.getId()));
|
||||
body.put("billDate", pushData.getDocumentDate());
|
||||
body.put("goodsType", pushData.getGoodsType());
|
||||
body.put("ieFlag", pushData.getIeType() != null ? String.valueOf(pushData.getIeType()) : null);
|
||||
body.put("ieFlag", pushData.getIeType() != null ? pushData.getIeType() : null);
|
||||
body.put("corpCode", pushData.getAppointShipperId() != null ? pushData.getAppointShipperId().toString() : null);
|
||||
|
||||
List<Map<String, Object>> billList = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user