Browse Source

이지페이 결제 생성 버그 수정

marseyes 2 years ago
parent
commit
1b51470318

+ 1 - 0
src/main/java/com/oqpo/api/service/loanmng/EasypayPaymentService.java

@@ -27,6 +27,7 @@ public class EasypayPaymentService extends CommonService {
27 27
     @Autowired
28 28
     private UnpaidMngMapper unpaidMngMapper;
29 29
 
30
+    @Autowired
30 31
     private UserMngMapper userMngMapper;
31 32
 
32 33
     @Value("${kicc.gateway}")