From b278a4b743d0cf45fd0b42bc78ff42f4e1124baf Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 19 十月 2021 12:20:04 +0800
Subject: [PATCH] 优化diamante
---
service-api/src/main/java/com/java110/api/controller/app/PaymentController.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/service-api/src/main/java/com/java110/api/controller/app/PaymentController.java b/service-api/src/main/java/com/java110/api/controller/app/PaymentController.java
index cac290e..af04667 100644
--- a/service-api/src/main/java/com/java110/api/controller/app/PaymentController.java
+++ b/service-api/src/main/java/com/java110/api/controller/app/PaymentController.java
@@ -68,6 +68,9 @@
private IOweFeeToNotifySMO oweFeeToNotifySMOImpl;
@Autowired
+ private ITempCarFeeToNotifySMO tempCarFeeToNotifySMOImpl;
+
+ @Autowired
private IToQrPayOweFeeSMO toQrPayOweFeeSMOImpl;
@Autowired
private IToPayInGoOutSMO toPayInGoOutSMOImpl;
@@ -320,7 +323,7 @@
public ResponseEntity<String> tempCarFeeNotifyUrl(@RequestBody String postInfo, HttpServletRequest request) {
logger.debug("寰俊鏀粯鍥炶皟鎶ユ枃" + postInfo);
- return oweFeeToNotifySMOImpl.toNotify(postInfo, request);
+ return tempCarFeeToNotifySMOImpl.toNotify(postInfo, request);
}
/**
--
Gitblit v1.8.0