kyy
10 小时以前 f851f9a7a1163998c649a97559910a71f8ad275f
DevApp/Gs.DevApp/UserControl/UcLookSales.cs
@@ -40,6 +40,8 @@
            string _keyWhere = "";
            if (!string.IsNullOrEmpty(orgId))
                _keyWhere = " and a.SALE_ORG_ID ='" + orgId + "'";
            _keyWhere+=(" and a.SALE_ORG_ID in");
            _keyWhere+=(ToolBox.UtilityHelper.GetOrgWhere());
            var pgq = new PageQueryModel(1, 999999, "a.bill_no", "asc", "",
                " and 1=1" + _keyWhere);
            var json = JsonConvert.SerializeObject(pgq);