cloud-server-activity/src/main/resources/mapper/IntroduceRewardsMapper.xml
@@ -39,10 +39,10 @@ and NOW() between t1.startTime and t1.endTime </when> <when test="query.state == 2"> and t1.endTime <= NOW() and t1.endTime <= NOW() </when> <when test="query.state == 3"> and t1.startTime >= NOW() and t1.startTime >= NOW() </when> </choose> </where>