Kaynağa Gözat

收款计算

dongdong.xiang 1 ay önce
ebeveyn
işleme
3b1d4be8d6

+ 2 - 0
fs-service-system/src/main/java/com/fs/store/service/impl/FsStorePaymentServiceImpl.java

@@ -322,6 +322,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService
 
     @Override
     public boolean queryTzbk(FsStorePayment fsStorePayment) {
+        logger.info("查询台州银行: {}",fsStorePayment);
         RequestDTO<QueryOrderRestDTO> requestDTO = new RequestDTO<>();
 
         QueryOrderRestDTO queryOrderRestDTO = new QueryOrderRestDTO();
@@ -337,6 +338,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService
         TzReqResultDTO<QueryOrderInfoDTO> resultDTO = null;
         try {
             resultDTO = tzBankService.payQueryOrder(requestDTO);
+            logger.info("查询结果: {}",resultDTO);
             String retCode = resultDTO.getRetCode();
             // 如果查询支付成功
             if(retCode.equals("00000000")){