|
|
|
@ -1642,6 +1642,7 @@ public class WarehouseTrayTypeServiceImpl extends BaseServiceImpl<WarehouseTrayT
|
|
|
|
|
jsonObject.put("dataType",2); |
|
|
|
|
jsonObject.put("operation",1); |
|
|
|
|
jsonObject.put("orderCodes",orderCodes); |
|
|
|
|
jsonObject.put("warehouseId",warehouseId); |
|
|
|
|
jsonObject.put("trayName",trayName); |
|
|
|
|
|
|
|
|
|
FanoutMsg fanoutMsg = FanoutMsg.builder().exchange(FanoutConstants.warehouse.TRAYTYPE.EXCHANGE).msg(jsonObject.toJSONString()).build(); |
|
|
|
@ -1771,6 +1772,7 @@ public class WarehouseTrayTypeServiceImpl extends BaseServiceImpl<WarehouseTrayT
|
|
|
|
|
jsonObject.put("dataType",2); |
|
|
|
|
jsonObject.put("operation",1); |
|
|
|
|
jsonObject.put("orderCodes",orderCodes); |
|
|
|
|
jsonObject.put("warehouseId",warehouseId); |
|
|
|
|
jsonObject.put("trayName",trayName); |
|
|
|
|
|
|
|
|
|
FanoutMsg fanoutMsg = FanoutMsg.builder().exchange(FanoutConstants.warehouse.TRAYTYPE.EXCHANGE).msg(jsonObject.toJSONString()).build(); |
|
|
|
|