wtt
10 天以前 074a92bfbecba6697e67f48514d8f545fbd4aca7
WebAPI/Controllers/BaseSet/Gy_EmployeeController.cs
@@ -47,7 +47,8 @@
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                string sql1 = string.Format(@"select * from h_v_IF_EmployeeList where 组织名称='" + Organization + "'");
                //string sql1 = string.Format(@"select * from h_v_IF_EmployeeList where 组织名称='" + Organization + "'");
                string sql1 = string.Format(@"select * from h_v_IF_EmployeeList where 1=1 ");
                if (sWhere == null || sWhere.Equals(""))
                {
                    ds = oCN.RunProcReturn(sql1 + sWhere, "h_v_IF_EmployeeList");