fix copy bug

This commit is contained in:
limqhz
2022-02-21 11:37:37 +08:00
parent a71b8c0d44
commit 276aa88269
4 changed files with 9 additions and 6 deletions

View File

@@ -683,6 +683,9 @@
<if test="rightTime != null">
and date &lt;= #{rightTime}
</if>
<if test="venueId != null">
and venue_id = #{venueId}
</if>
</select>
</mapper>