次卡升级,查看订单
This commit is contained in:
parent
3b37445473
commit
7eef3ea0b9
|
@ -395,7 +395,7 @@
|
|||
where o1.old_orders_id is not null
|
||||
and o1.status != 11
|
||||
<if test="userPackageId!=null">
|
||||
and o2.user_package_id = #{userPackageId}
|
||||
and (o2.user_package_id = #{userPackageId} or o3.user_package_id = #{userPackageId})
|
||||
</if>
|
||||
<if test="userId!=null">
|
||||
and o1.user_id=#{userId}
|
||||
|
|
Loading…
Reference in New Issue