修改老师端单点登录

newBigdata
xiaoCJ 10 months ago
parent 55ea85f3ff
commit 9320be9fef

@ -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>"

Loading…
Cancel
Save