提交 45aa9db5 编写于 作者: Q qiaozhanwei

columns alias update

上级 2a9f8d48
......@@ -111,7 +111,7 @@ public class DataSourceMapperProvider {
*/
public String queryById(Map<String, Object> parameter) {
return new SQL() {{
SELECT("r.*,u.user_name as userName");
SELECT("r.*,u.user_name");
FROM(TABLE_NAME + " r");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册