无关风月
2025-06-06 f770f08c09b6e622242a73550b31b273f92e3444
ruoyi-system/src/main/resources/mapper/system/TLeaveMapper.xml
@@ -43,7 +43,7 @@
        <if test="query.auditStatus != null">
            and t1.audit_status = #{query.auditStatus}
        </if>
          <if test="query.auditStatus != null">
          <if test="query.startTime != null and startTime != ''">
              and (t1.start_time between #{startTime} and #{endTime})
                and (t1.end_time between #{startTime} and #{endTime})
        </if>