cdk
2025-12-02 21b23802a3f32aebcfb77fcebda1e7cc956e21dd
DevApp/Gs.DevApp/UserControl/UcLookKw.cs
@@ -40,7 +40,7 @@
            lookSearchSupplier.EditValue = null;
            string _keyWhere = "";
            if (!string.IsNullOrEmpty(orgId) && !string.IsNullOrEmpty(depotId))
                _keyWhere = " and a.FSubsidiary ='" + orgId + "' and b.depot_guid ='" + depotId + "'";
                _keyWhere = " and a.FSubsidiary ='" + orgId + "' and a.depot_id ='" + depotId + "'";
            var pgq = new PageQueryModel(1, 999999, "b.xh", "asc", "",
                " and is_ng='A'" + _keyWhere);
            var json = JsonConvert.SerializeObject(pgq);