进出口单证推送数据修改
This commit is contained in:
+1
-1
@@ -222,7 +222,7 @@ public class BusinessDocumentOrderApplicationService {
|
|||||||
|
|
||||||
// 4. 构建推送数据
|
// 4. 构建推送数据
|
||||||
Map<String, Object> body = new HashMap<>();
|
Map<String, Object> body = new HashMap<>();
|
||||||
body.put("erpBillNo", String.valueOf(order.getId()));
|
body.put("erpBillNo", order.getGoodsNumber());
|
||||||
String billDate = order.getDocumentDate() != null
|
String billDate = order.getDocumentDate() != null
|
||||||
? new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(order.getDocumentDate())
|
? new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(order.getDocumentDate())
|
||||||
: null;
|
: null;
|
||||||
|
|||||||
Reference in New Issue
Block a user