Browse Source

pref: 取消移动支付参数统一

zhengjie 1 năm trước cách đây
mục cha
commit
c5235411a6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Business/MobilePay.cs

+ 1 - 1
Business/MobilePay.cs

@@ -285,7 +285,7 @@ namespace PTMedicalInsurance.Business
                     **/
                 //处理撤销数据
 
-                if (cancleSettlement(MSettl.settlID, out errMsg) != 0)
+                if (cancleSettlement(MPat.settlID, out errMsg) != 0)
                 {
                     outPar = errMsg;
                     return -1;