|
|
@@ -60,7 +60,8 @@ public class PaymentServiceImpl implements IPaymentService {
|
|
|
*/
|
|
|
private IUserClient userClient;
|
|
|
|
|
|
- private final ITongLianPaymentClient tongLianPaymentClient;//支付
|
|
|
+ //支付
|
|
|
+ private final ITongLianPaymentClient tongLianPaymentClient;
|
|
|
|
|
|
|
|
|
private final IOrderDescClient orderDescClient;
|
|
|
@@ -74,9 +75,11 @@ public class PaymentServiceImpl implements IPaymentService {
|
|
|
|
|
|
private final @NotNull ICorpsDescClient corpsDescClient;
|
|
|
|
|
|
- private final @NotNull IFeesDescClient feesDescClient;//费用
|
|
|
+ //费用
|
|
|
+ private final @NotNull IFeesDescClient feesDescClient;
|
|
|
|
|
|
- private final @NotNull IFinanceClient financeClient;//财务
|
|
|
+ //财务
|
|
|
+ private final @NotNull IFinanceClient financeClient;
|
|
|
|
|
|
/**
|
|
|
* 生成系统编号
|