src/main/resources/mapper/ExperimentMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>