lu
2024-12-23 719894be883cd18a0ce3334e6d9f32ebf6b9a002
DevApp/Gs.DevApp/UserControl/UcLookCk.cs
@@ -32,8 +32,11 @@
        public void getSuppler(string orgId)
        {
            string _keyWhere = "";
            if (!string.IsNullOrEmpty(orgId))
                _keyWhere = " and a.FSubsidiary ='" + orgId + "'";
            var pgq = new PageQueryModel(1, 999999, "depot_code", "asc", "",
                " and is_ng='A'"+"  and a.FSubsidiary ='" + orgId + "'");
                " and is_ng='A'"+_keyWhere);
            var json = JsonConvert.SerializeObject(pgq);
            try
            {