cloud-server-competition/src/main/resources/mapper/UserCompetitionMapper.xml
@@ -30,6 +30,9 @@ #{item} </foreach> </if> <if test="startTime != null and endTime != null"> and (insertTime between #{startTime} and #{endTime}) </if> </select> </mapper>