查询添加字段

This commit is contained in:
zhaoqing
2026-05-30 15:43:39 +08:00
parent d199f91e94
commit 4a531b536d
2 changed files with 7 additions and 2 deletions
@@ -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<>();