摘要: 方式一:传参ids是用逗号隔开 Mapper.java List<> selectByIds(@Param("ids") String ids); Mapper.xml <select id="selectByIds" parameterType="String" resultType="Strin 阅读全文
posted @ 2023-09-26 16:05 不该懂的还是懂了 阅读(412) 评论(0) 推荐(0)