WebAPI/Controllers/BaseSet/Gy_MaterialController.cs
@@ -852,7 +852,7 @@ return objJsonResult; } string sql1 = "select top 1000 * from h_v_IF_BarCodeBillList where 1 = 1 "; string sql1 = "select top 5000 * from h_v_IF_BarCodeBillList where 1 = 1 "; string sql = sql1 + sWhere + " order by hmainid desc"; ds = oCN.RunProcReturn(sql, "h_v_IF_BarCodeBillList");