团购、限时秒杀
This commit is contained in:
parent
932f9aef00
commit
c583a7508f
|
@ -254,7 +254,7 @@
|
||||||
from bl_user_package_order a
|
from bl_user_package_order a
|
||||||
where a.group_no = #{groupNo}
|
where a.group_no = #{groupNo}
|
||||||
<if test="null != userId ">
|
<if test="null != userId ">
|
||||||
a.user_id = #{userId}
|
and a.user_id = #{userId}
|
||||||
</if>
|
</if>
|
||||||
order by a.orders_id desc
|
order by a.orders_id desc
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue