fix copy bug
This commit is contained in:
@@ -683,6 +683,9 @@
|
||||
<if test="rightTime != null">
|
||||
and date <= #{rightTime}
|
||||
</if>
|
||||
<if test="venueId != null">
|
||||
and venue_id = #{venueId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user