dwkim 2 anos atrás
pai
commit
80ad997bc5

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

@@ -429,7 +429,7 @@ public class EasypayPaymentService extends CommonService {
429 429
                     // payInfo.setCancelDate(null);
430 430
                     unpaidMngMapper.insertPgKiccPayPtcl(userId, payInfo);
431 431
 
432
-                    System.out.println("=easypayPaymentRequest.getPayTpCd()====================================>" + easypayPaymentRequest.getPayTpCd());
432
+                    //System.out.println("=easypayPaymentRequest.getPayTpCd()====================================>" + easypayPaymentRequest.getPayTpCd());
433 433
 
434 434
                     if (PayTpCd.PRE_PAY_CHARGE.getCd().equals(easypayPaymentRequest.getPayTpCd()) //
435 435
                             || PayTpCd.AFTER_PRE_PAYMENT.getCd().equals(easypayPaymentRequest.getPayTpCd())