51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

使用@Select注解写

智慧是宝石,如果用谦虚镶边,就会更加灿烂夺目。------高尔基

只需要加<sceipt>标签就可以了

|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 1 2 3 4 5 6 7 | hljs java @Select({"<script>" + "select * from user where id in " + "<foreach item = 'id' index = 'index' collection = 'list' open='(' separator=',' close=')'>" + "#{id}" + "</foreach>" + "</script>"}) List<User> selectUserByIds(List<Integer> ids); |

赞(3)
未经允许不得转载:工具盒子 » 使用@Select注解写