进出口单证推送数据修改

This commit is contained in:
zhaoqing
2026-06-09 14:38:01 +08:00
parent 5dfe90aa33
commit abb2c444ca
@@ -222,7 +222,7 @@ public class BusinessDocumentOrderApplicationService {
// 4. 构建推送数据
Map<String, Object> body = new HashMap<>();
body.put("erpBillNo", String.valueOf(order.getId()));
body.put("erpBillNo", order.getGoodsNumber());
String billDate = order.getDocumentDate() != null
? new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(order.getDocumentDate())
: null;