yusijie
2024-04-16 ca86e8fce6fc1a5fdbdc96b8298b7e499dc9270f
WebAPI/Controllers/BaseSet/Xt_ORGANIZATIONSController.cs
@@ -40,7 +40,8 @@
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                string sql1 = string.Format(@"select * from h_v_IF_ORGANIZATIONSList where 组织名称='" + Organization + "'");
                //string sql1 = string.Format(@"select * from h_v_IF_ORGANIZATIONSList where 组织名称='" + Organization + "'");
                string sql1 = string.Format(@"select * from h_v_IF_ORGANIZATIONSList where 1=1 ");
                if (sWhere == null || sWhere.Equals(""))
                {
                    ds = oCN.RunProcReturn(sql1 + sWhere + " order by 组织代码 ", "h_v_IF_ORGANIZATIONSList");