bug
lu
2025-08-27 c351f3bdcb7d13d66e66f5b7394417e85fcf1ecc
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);