WebAPI/Controllers/SCGL/Sc_PackUnionBillController.cs
@@ -56,11 +56,11 @@ int pageSize = limit; if (sWhere == null || sWhere.Equals("")) { sWhere = " where 1=1"; sWhere = " where 1=1 order by hmainid desc "; } else { sWhere = " where 1=1" + sWhere; sWhere = " where 1=1" + sWhere+ " order by hmainid desc "; } DataSet ds0 = oCn.RunProcReturn("select count(*) CountNum from h_v_PackUnionBillList "+sWhere+"", "h_v_PackUnionBillList");