whycxzp
2021-05-21 49184e71aa10b25355847e27ba87186a199b6fe1
更新试验接口
1个文件已修改
4 ■■■ 已修改文件
src/main/resources/mapper/ExperimentMapper.xml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ExperimentMapper.xml
@@ -14,7 +14,9 @@
            tb_experiment e,
            tb_user u
        where e.user_id = u.id
        and type = #{type}
        <if test="type !=null">
            and type = #{type}
        </if>
        <if test="startTime1 !=null">
            and start_time between #{startTime1} and #{startTime2}
        </if>