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