团购、限时秒杀

This commit is contained in:
曹磊 2024-07-22 19:43:32 +08:00
parent 932f9aef00
commit c583a7508f
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@
from bl_user_package_order a
where a.group_no = #{groupNo}
<if test="null != userId ">
a.user_id = #{userId}
and a.user_id = #{userId}
</if>
order by a.orders_id desc
</select>