zzr99
2022-02-16 b6df3c3b0da45b6a70dd8ea152e8ea4293740a64
WebAPI/Controllers/GZGL/Gy_DuSubsidyItemBillController.cs
@@ -43,12 +43,12 @@
                if (sWhere == null || sWhere.Equals(""))
                {
                    ds = oCN.RunProcReturn("select * from h_v_Gy_DuSubsidyItemList " + sWhere, "h_v_Gy_DuSubsidyItemList");
                    ds = oCN.RunProcReturn("select * from h_v_Gy_DuSubsidyItemList order by 扣补资料代码  ", "h_v_Gy_DuSubsidyItemList");
                }
                else
                {
                    string sql1 = "select * from h_v_Gy_DuSubsidyItemList where 1 = 1 ";
                    string sql = sql1 + sWhere;
                    string sql = sql1 + sWhere+ " order by 扣补资料代码  ";
                    ds = oCN.RunProcReturn(sql, "h_v_Gy_DuSubsidyItemList");
                }
                if (ds == null || ds.Tables[0].Rows.Count == 0)