Explorar el Código

cm代码更新

837390164@qq.com hace 3 meses
padre
commit
7857b80977

BIN
.vs/ShenZhenMI/v16/.suo


+ 2 - 2
Forms/Clearing.cs

@@ -640,7 +640,7 @@ namespace PTMedicalInsurance.Forms
                 if (cbConfirmFlag.SelectedIndex != 0)
                 {
                     if (cbConfirmFlag.SelectedIndex == 1)
-                        sqlStr = sqlStr + " and ((ConfirmFlag = 1 and AdmType = 3) or (AdmType in ('1','2')) ";
+                        sqlStr = sqlStr + " and ((ConfirmFlag = 1 and AdmType = 3) or (AdmType in ('1','2'))) ";
                     else
                         sqlStr = sqlStr + " and ConfirmFlag <> 1";
                 }
@@ -1770,7 +1770,7 @@ namespace PTMedicalInsurance.Forms
                 sqlStr = sqlStr + " and Interface_Dr =" + dtInteface.Rows[i]["ID"].ToString();
             }
 
-            if (cbxInsuType.Text != "")
+            if (cbxInsuType.Text != "")//
             {
                 sqlStr = sqlStr + " and InsuranceType ='" + cbxInsuType.SelectedValue + "'";
             }

BIN
bin/Debug/ShenZhenMI.dll


BIN
bin/Debug/ShenZhenMI.pdb


BIN
obj/Debug/ShenZhenMI.csproj.AssemblyReference.cache


BIN
obj/Debug/ShenZhenMI.dll


BIN
obj/Debug/ShenZhenMI.pdb