次卡升级查订单

This commit is contained in:
曹磊 2024-07-05 22:38:50 +08:00
parent e1ccc3544a
commit 3b37445473
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 o1.user_package_id = #{userPackageId}
and o2.user_package_id = #{userPackageId}
</if>
<if test="userId!=null">
and o1.user_id=#{userId}