bug
lu
7 天以前 734ba49ea1c7e3a1b6b3d5edbc023842339a82a2
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);