sud小游戏-后台-ludo用户记录-vo-sql
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user