main
parent
9107e76fa5
commit
c4c043d41d
|
|
@ -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') >= date_format(now(),'%Y-%m-%d %H:%i')
|
and date_format(end_time,'%Y-%m-%d %H:%i') <= date_format(now(),'%Y-%m-%d %H:%i')
|
||||||
</if>
|
</if>
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue