团购拼团人数只显示正在拼团的人

This commit is contained in:
曹磊 2024-08-01 23:04:17 +08:00
parent 380ce8ee62
commit 1951e2c3a7
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@
select a.*
from bl_user_package_order a
where a.group_no = #{groupNo}
and a.status = 4
<if test="null != userId ">
and a.user_id = #{userId}
</if>