linhw 2024-08-01 11:05:43 +08:00
parent 9107e76fa5
commit c4c043d41d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</if> </if>
<if test="type == 2"> <if test="type == 2">
type = 2 type = 2
and date_format(end_time,'%Y-%m-%d %H:%i') &gt;= date_format(now(),'%Y-%m-%d %H:%i') and date_format(end_time,'%Y-%m-%d %H:%i') &lt;= date_format(now(),'%Y-%m-%d %H:%i')
</if> </if>
</update> </update>