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