whyczh
2021-06-08 bb7de58443473208d71f44a5345eac00fbda3a1e
试验历史数据sql调整
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/ExperimentMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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}