出口仓单推送数据修改

This commit is contained in:
zhaoqing
2026-06-05 11:05:22 +08:00
parent 67a53147da
commit 1f05235c90
@@ -2741,10 +2741,8 @@ public class StockShelfOrderApplicationService {
Map<String, Object> item = new HashMap<>();
item.put("etpsPreentNo", stockShelfOrder.getInOrderNumber());
item.put("inputTime", new Date());//或者是前段传时间 或者是加时间字段然后查询拿到这里
item.put("inputTime", new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()));//或者是前段传时间 或者是加时间字段然后查询拿到这里
item.put("mtpckEndprdTypecd", mtpckEndprdTypecd);
item.put("bondInvtNo", bondInvtNo);
item.put("invtRow", invtRow);
List<Map<String,Object>> bodyList = new ArrayList<>();
bodyList.add(item);