ソースを参照

feature: 门诊缴费预结算处理

wuyongyi 2 年 前
コミット
ae8fe7e033

+ 2 - 1
onemini-hospital-empty/src/main/java/com/ywt/alipaympapi/service/impl/IsvPayServiceImpl.java

@@ -517,8 +517,9 @@ public class IsvPayServiceImpl implements IsvPayService {
                 String invoiceNo = p.getInvoiceNo();
                 return invoiceNo;
             }
+            throw new AppMessageException("预结算:HIS 返回列表数据为空");
         }
-        throw new AppMessageException("预结算:HIS 返回列表数据为空");
+        throw new AppMessageException(response.getMsg());
     }
 
     private void autoCancelPrevOrder(String hisOrderNo) throws AppMessageException {