MyBatis 注解select in参数. /** * * @param ids '1,2,3' * @return */ @Select("select * from user_info where id in (${ids})") List<UserInfo> ...
確定! 回上一頁