Explorar el Código

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

zhengjie hace 1 año
padre
commit
c5235411a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;