Browse Source

删除BUG

chenw 6 years ago
parent
commit
5196e5d758

+ 1 - 1
bi-server/src/main/java/com/usoftchina/bi/server/dao/user/UserMapper.java

@@ -255,7 +255,7 @@ public interface UserMapper {
      * @return
      */
     @Select("SELECT WM_CONCAT(BU_NAME) FROM BI_USERS WHERE BU_ID IN (${ids})")
-    String getUserByIds(String ids);
+    String getUserByIds(@Param("ids") String ids);
 
     /*
     查询用户组下的用户信息