1
This commit is contained in:
parent
2b43d8a7b7
commit
a0703e48c9
@ -160,10 +160,10 @@
|
|||||||
left join face f on f.id = mv.face_id
|
left join face f on f.id = mv.face_id
|
||||||
where f.scenic_id = #{scenicId}
|
where f.scenic_id = #{scenicId}
|
||||||
<if test="startTime!= null">
|
<if test="startTime!= null">
|
||||||
and f.create_time >= #{startTime}
|
and f.create_at >= #{startTime}
|
||||||
</if>
|
</if>
|
||||||
<if test="endTime!= null">
|
<if test="endTime!= null">
|
||||||
and f.create_time <= #{endTime}
|
and f.create_at <= #{endTime}
|
||||||
</if>
|
</if>
|
||||||
group by member_id
|
group by member_id
|
||||||
)a
|
)a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user