Browse Source

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

zhengjie 1 year ago
parent
commit
c5235411a6
1 changed files with 1 additions and 1 deletions
  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;