校验objStatusList 是否为空

<if test="objStatusList != null and objStatusList.size() > 0 ">
  and
  <foreach collection="objStatusList" index="objStatusList" item="obj_status" open="(" separator="or" close=")">
    obj_status = #{obj_status}
  </foreach>
</if>

相关文章:

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