处理查询语句式的dic

temp
ddlucky 2 years ago
parent 403109cf6c
commit 80f3b4cf53

@ -91,6 +91,9 @@ namespace VOL.System.Services
return data as object;
}
dbSql.Replace("'value'", "'text'");
dbSql.Replace("'key'", "'value'");
return repository.DapperContext.QueryList<object>(dbSql, null);
}
return dicConfig.Select(item => new

Loading…
Cancel
Save