huliguo
2025-08-11 794b6e8d50cc501b99e21e0f67b32e0399664cb0
guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TaskDetailMapper.xml
@@ -114,8 +114,11 @@
      <if test="null != code and '' != code">
         and b.code like CONCAT('%', #{code}, '%')
      </if>
      <if test="null != status">
         and b.status = #{status}
      <if test="null != status and status.size() > 0">
         and b.status in
         <foreach collection="status" item="item" index="index" open="(" separator="," close=")">
            #{item}
         </foreach>
      </if>
      <if test="null != sysStatus">
         and d.sys_status = #{sysStatus}