1
llj
2025-12-24 f4eb8a35f95b15d37025a2749248a455e03a455f
WebAPI/Controllers/XSGL/Xs_SeOrderBillController.cs
@@ -1191,6 +1191,8 @@
                    objJsonResult.data = null;
                    return objJsonResult;
                }
                sWhere = sWhere.Replace("'", "''");
                if (sWhere == null || sWhere.Equals(""))
                {
                    ds = oCN.RunProcReturn("exec h_p_Xs_SeOrderBillList_Query " + page + "," + size + ",'" + Organization + "'," + "'',1", "h_p_Xs_SeOrderBillList_Query");