1
wtt
3 天以前 7141e956ca8488f6feb082828cd60653382b6c89
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");