cdk
2025-12-03 0cedb538f7bfefa75a80134fffb8d65cf5074e98
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);