sud小游戏-后台-ludo用户记录-vo-sql

This commit is contained in:
2025-08-07 12:14:51 +08:00
committed by hokli
parent b0b13f0a41
commit 67654fc78b

View File

@@ -16,10 +16,10 @@
<if test="null != entrance">
and entrance = #{entrance}
</if>
<if test="null != startTime">
<if test="null != startTime and '' != startTime">
and start_time >= #{startTime}
</if>
<if test="null != endTime">
<if test="null != endTime and '' != endTime">
and start_time <![CDATA[<=]]> #{endTime}
</if>
</select>