|
@@ -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 {
|