次卡升级,查看订单

This commit is contained in:
曹磊 2024-07-05 22:41:39 +08:00
parent 3b37445473
commit 7eef3ea0b9
1 changed files with 1 additions and 1 deletions

View File

@ -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}