团购、限时秒杀
This commit is contained in:
parent
932f9aef00
commit
c583a7508f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue