1
wtt
2025-12-03 aa51348d3501aa3a9bbda287929f3c8a05825063
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");