You've already forked FrameTour-BE
bug修复等
This commit is contained in:
@ -99,11 +99,7 @@
|
||||
<if test="isBuy!=null">and mv.is_buy = #{isBuy}</if>
|
||||
<if test="startTime!= null">and v.create_time >= #{startTime} </if>
|
||||
<if test="endTime!= null">and v.create_time <= #{endTime} </if>
|
||||
<if test="faceId!= null">
|
||||
and mv.task_id in (
|
||||
select id from task where face_id = #{faceId}
|
||||
)
|
||||
</if>
|
||||
<if test="faceId!= null">and mv.face_id = #{faceId} </if>
|
||||
</where>
|
||||
order by v.create_time desc
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user