出口仓单推送数据修改
This commit is contained in:
+1
-3
@@ -2741,10 +2741,8 @@ public class StockShelfOrderApplicationService {
|
|||||||
|
|
||||||
Map<String, Object> item = new HashMap<>();
|
Map<String, Object> item = new HashMap<>();
|
||||||
item.put("etpsPreentNo", stockShelfOrder.getInOrderNumber());
|
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("mtpckEndprdTypecd", mtpckEndprdTypecd);
|
||||||
item.put("bondInvtNo", bondInvtNo);
|
|
||||||
item.put("invtRow", invtRow);
|
|
||||||
List<Map<String,Object>> bodyList = new ArrayList<>();
|
List<Map<String,Object>> bodyList = new ArrayList<>();
|
||||||
bodyList.add(item);
|
bodyList.add(item);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user