This commit is contained in:
2023-03-14 11:32:42 +08:00
parent 0567daa107
commit a89c8de90a
2 changed files with 1 additions and 6 deletions

View File

@@ -125,15 +125,9 @@ public class OrderService {
@Autowired
private WxpayCallbackRecordService wxpayCallbackRecordService;
@Autowired
private IPileConnectorInfoService pileConnectorInfoService;
@Autowired
private IMemberTransactionRecordService memberTransactionRecordService;
@Autowired
private RedisCache redisCache;
@Autowired
private IPileStationInfoService pileStationInfoService;

View File

@@ -684,6 +684,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
BeanUtils.copyBeanProp(record, data);
orderAbnormalRecordService.insertOrderAbnormalRecord(record);
// 保存到订单主表
}