|
|
|
@ -42,9 +42,7 @@ import java.util.stream.Collectors;
|
|
|
|
|
@AllArgsConstructor |
|
|
|
|
public class WaybillCheckListener { |
|
|
|
|
|
|
|
|
|
private final IBasicdataWarehouseClient basicdataWarehouseClient; |
|
|
|
|
private final IWarehouseWaybillClient warehouseWaybillClient; |
|
|
|
|
private final ITrunklineWaybillOrderClient trunklineWaybillOrderClient; |
|
|
|
|
private final ITrunklineAdvanceClient trunklineAdvanceClient; |
|
|
|
|
private final ITrunklineAdvanceDetailClient trunklineAdvanceDetailClient; |
|
|
|
|
private final IStatisticsOrderInfoService statisticsOrderInfoService; |
|
|
|
@ -59,7 +57,6 @@ public class WaybillCheckListener {
|
|
|
|
|
value = @Queue(name = FanoutConstants.trunkline.CHECKWAYBILL.QUEUE.CHECKWAYBILL_INCOMINGDATA), |
|
|
|
|
exchange = @Exchange(name = FanoutConstants.trunkline.CHECKWAYBILL.EXCHANGE, type = ExchangeTypes.FANOUT) |
|
|
|
|
)) |
|
|
|
|
@Transactional(rollbackFor = Exception.class) |
|
|
|
|
public void checkWaybillIncomingData(String msg) { |
|
|
|
|
try{ |
|
|
|
|
log.info("#########checkWaybillIncomingData: 运单审核处理收入结算数据 msg={}", msg); |
|
|
|
|