wbc
2025-12-03 6940ba1b4fe555c94353de9d7ab6a53a6c8884bc
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);