Skip to content

Commit

Permalink
修复一个在mysql版本为5.7.14时出现的sql查询错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl1989 committed Mar 5, 2018
1 parent 5a9d59a commit 9cd4abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/mapper/MenuMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
m.name as "title",
m.icon as "icon",
m.href as "href",
m.sort,
#{userId} as "myuserId"
FROM
(select * from sys_menu where del_flag = FALSE ) m
Expand Down

0 comments on commit 9cd4abc

Please sign in to comment.