Showing
1 changed file
with
2 additions
and
2 deletions
server/manager-server/src/main/java/com/fedex/connect/manager/repository/dao/PrivilegeExtMapper.java
| ... | @@ -11,8 +11,8 @@ import java.util.List; | ... | @@ -11,8 +11,8 @@ import java.util.List; |
| 11 | public interface PrivilegeExtMapper { | 11 | public interface PrivilegeExtMapper { |
| 12 | @Select({ | 12 | @Select({ |
| 13 | "<script>", | 13 | "<script>", |
| 14 | - "SELECT * FROM T_SYS_PRIVILEGE", | 14 | + "SELECT * FROM T_SYS_PRIVILEGE ", |
| 15 | - "WHERE ID IN", | 15 | + "WHERE ID IN ", |
| 16 | "<foreach collection='ids' item='id' open='(' separator=',' close=')'>", | 16 | "<foreach collection='ids' item='id' open='(' separator=',' close=')'>", |
| 17 | "#{id}", | 17 | "#{id}", |
| 18 | "</foreach>", | 18 | "</foreach>", | ... | ... |
-
Please register or login to post a comment