List<Testcl> test(List<String> list);
<select > select * from t_test where n_yx = 1 and c_id in <foreach collection="list" item="id" index="index" open="(" close=")" separator=","> #{id} </foreach> order by d_create </select>

 对集合分组

Lists.partition()

相关文章:

  • 2022-01-24
  • 2022-02-16
  • 2022-12-23
  • 2021-12-13
  • 2021-11-20
  • 2021-06-04
  • 2022-12-23
  • 2021-10-31
猜你喜欢
  • 2021-10-02
  • 2021-09-08
  • 2022-01-07
  • 2022-02-04
  • 2022-12-23
相关资源
相似解决方案