|
|
@ -58,7 +58,7 @@ public interface StuUserMapper {
|
|
|
|
// int selectNumByClass(@Param("s") String s);
|
|
|
|
// int selectNumByClass(@Param("s") String s);
|
|
|
|
|
|
|
|
|
|
|
|
@Select("<script>" +
|
|
|
|
@Select("<script>" +
|
|
|
|
"SELECT userid, name FROM stu_userinfo WHERE userid IN ("
|
|
|
|
"SELECT userid, name FROM stu_userinfo WHERE userid IN ("
|
|
|
|
+ "<foreach collection='userIds' separator=',' item='id'>"
|
|
|
|
+ "<foreach collection='userIds' separator=',' item='id'>"
|
|
|
|
+ "#{id}"
|
|
|
|
+ "#{id}"
|
|
|
|
+ "</foreach>"
|
|
|
|
+ "</foreach>"
|
|
|
|