add 新增 查询充电优免订单接口

This commit is contained in:
Lemon
2025-06-11 08:52:30 +08:00
parent c1b67f105f
commit d080b70373
7 changed files with 115 additions and 9 deletions

View File

@@ -95,9 +95,6 @@ public class OrderService {
@Autowired
private OrderPayRecordService orderPayRecordService;
@Autowired
private WechatPayService wechatPayService;
@Autowired
private MemberTransactionRecordService memberTransactionRecordService;
@@ -134,15 +131,9 @@ public class OrderService {
@Resource
private PileMerchantInfoService pileMerchantInfoService;
@Resource
private MemberWalletLogService memberWalletLogService;
@Resource
private ClearingBillInfoService clearingBillInfoService;
@Autowired
private ThirdPartyStationRelationService thirdPartyStationRelationService;
@Autowired
private IThirdpartySnRelationService snRelationService;