| | |
| | | @Slf4j |
| | | @AllArgsConstructor |
| | | public class C3ChargingService extends BaseServiceImpl<C3mChargingMapper, C3mCharging> { |
| | | private C3mChargingMapper c3mChargingMapper; |
| | | private final C3mChargingMapper c3mChargingMapper; |
| | | private final C3mChargingChargeService c3mChargingChargeService; |
| | | private final PoleBindingService bindingService; |
| | | private final PoleService poleService; |
| | |
| | | Thread.sleep(1000); |
| | | |
| | | /** |
| | | * 是否有进行中的个订单 |
| | | */ |
| | | SpringContextHolder.getBean(C3mOrderService.class).stopCharingOrder( aPackage); |
| | | |
| | | |
| | | /** |
| | | * finally、同步结束 |
| | | */ |
| | | System.out.println("同步结束 开始"); |