whyczh
2021-06-08 bb7de58443473208d71f44a5345eac00fbda3a1e
src/main/resources/mapper/ExperimentMapper.xml
@@ -26,7 +26,7 @@
            and type = #{type}
        </if>
        <if test="startTime1 !=null">
            and start_time between #{startTime1} and #{startTime2}
            and e.start_time between #{startTime1} and #{startTime2}
        </if>
        <if test="status!=null">
            and e.status = #{status}