linhw 2024-05-23 10:25:45 +08:00
parent 5ff0814995
commit fc2779822e
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from app_user a
<where>
a.is_member = 0
and a.order_end_time &gt; now()
and now() &gt; a.order_end_time
</where>
</select>