|
@@ -344,8 +344,7 @@ public class SubsidyQueueServiceImpl implements ISubsidyQueueService {
|
|
|
|
|
|
|
|
|
|
|
|
|
Long newValidQueueCount = this.validQueueCountAndLock(order.getBusinessId());
|
|
Long newValidQueueCount = this.validQueueCountAndLock(order.getBusinessId());
|
|
|
-
|
|
|
|
|
- subsidyModeAutoService.switchMode(order.getBusinessId(), newValidQueueCount)
|
|
|
|
|
|
|
+ subsidyModeAutoService.switchMode(order.getBusinessId(), newValidQueueCount);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|