团购拼团人数只显示正在拼团的人
This commit is contained in:
parent
380ce8ee62
commit
1951e2c3a7
|
@ -254,6 +254,7 @@
|
||||||
select a.*
|
select a.*
|
||||||
from bl_user_package_order a
|
from bl_user_package_order a
|
||||||
where a.group_no = #{groupNo}
|
where a.group_no = #{groupNo}
|
||||||
|
and a.status = 4
|
||||||
<if test="null != userId ">
|
<if test="null != userId ">
|
||||||
and a.user_id = #{userId}
|
and a.user_id = #{userId}
|
||||||
</if>
|
</if>
|
||||||
|
|
Loading…
Reference in New Issue