mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -125,15 +125,9 @@ public class OrderService {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private WxpayCallbackRecordService wxpayCallbackRecordService;
|
private WxpayCallbackRecordService wxpayCallbackRecordService;
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private IPileConnectorInfoService pileConnectorInfoService;
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private IMemberTransactionRecordService memberTransactionRecordService;
|
private IMemberTransactionRecordService memberTransactionRecordService;
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private RedisCache redisCache;
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private IPileStationInfoService pileStationInfoService;
|
private IPileStationInfoService pileStationInfoService;
|
||||||
|
|
||||||
|
|||||||
@@ -684,6 +684,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
BeanUtils.copyBeanProp(record, data);
|
BeanUtils.copyBeanProp(record, data);
|
||||||
orderAbnormalRecordService.insertOrderAbnormalRecord(record);
|
orderAbnormalRecordService.insertOrderAbnormalRecord(record);
|
||||||
|
|
||||||
|
// 保存到订单主表
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user