|
|
@ -69,7 +69,7 @@ public class DealWithDataHandler { |
|
|
|
// channel.basicAck(deliveryTag,false);
|
|
|
|
// channel.basicAck(deliveryTag,false);
|
|
|
|
} else { |
|
|
|
} else { |
|
|
|
//真正的处理需要的数据
|
|
|
|
//真正的处理需要的数据
|
|
|
|
if("38".equals(currentWarehouseId)){ |
|
|
|
if("38".equals(currentWarehouseId) || "124".equals(currentWarehouseId)){ |
|
|
|
try { |
|
|
|
try { |
|
|
|
if ("4".equals(status)) { |
|
|
|
if ("4".equals(status)) { |
|
|
|
panFactoryDataService.handleDataToPlatform(unitNo, operationTime); |
|
|
|
panFactoryDataService.handleDataToPlatform(unitNo, operationTime); |
|
|
|