在传入的map或者对象里面存在一个list,此时想要判断list是否为空,可以

<if test="spids.size()>0 " >
        and  SPid not in
        <foreach collection="spids" item="id" index="index"
                 open="(" close=")" separator=",">
          #{id}
        </foreach>
</if>

 

相关文章:

  • 2022-01-06
  • 2022-01-03
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2022-02-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2019-07-22
  • 2022-02-06
  • 2022-01-24
相关资源
相似解决方案