You've already forked FrameTour-BE
修改
This commit is contained in:
@ -31,6 +31,13 @@
|
||||
<if test="endTime!= null">
|
||||
and create_time <= #{endTime}
|
||||
</if>
|
||||
and member_id in (select member_id from statistics where type = 1
|
||||
<if test="startTime!= null">
|
||||
and create_time >= #{startTime}
|
||||
</if>
|
||||
<if test="endTime!= null">
|
||||
and create_time <= #{endTime}
|
||||
</if>)
|
||||
group by member_id
|
||||
)a
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user