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>