zhanfei 4 months ago
parent
commit
e33745c84a

+ 1 - 0
.gitignore

@@ -4,3 +4,4 @@
 
 /obj
 /bin/Debug
+/.vs

BIN
.vs/ChengDu/v16/.suo


BIN
.vs/MedicalInsurance/v16/.suo


+ 0 - 3
.vs/ProjectSettings.json

@@ -1,3 +0,0 @@
-{
-  "CurrentProjectSetting": null
-}

BIN
.vs/ShenYangMI/v16/.suo


+ 0 - 6
.vs/VSWorkspaceState.json

@@ -1,6 +0,0 @@
-{
-  "ExpandedNodes": [
-    ""
-  ],
-  "PreviewInSolutionExplorer": false
-}

BIN
.vs/slnx.sqlite


+ 1 - 1
InsuBusiness.cs

@@ -400,7 +400,7 @@ namespace PTMedicalInsurance
             string errMsg, rtnResult = "", outParam;
             try
             {
-                //解析入参
+                //解析入参 00000
                 if (parseInparam(InParam, out errMsg) != 0)
                 {
                     rtnResult = JsonHelper.setExceptionJson(-1, "", errMsg).ToString();