Browse Source

委托服务费用

master
张彭杰 1 week ago
parent
commit
95c354e239
1 changed files with 1 additions and 1 deletions
  1. 2
      dating-agency-mall-server/src/main/resources/mapper/ora/PurchaseProductRecordQueryService.xml

2
dating-agency-mall-server/src/main/resources/mapper/ora/PurchaseProductRecordQueryService.xml

@ -21,7 +21,7 @@
LEFT JOIN da_marriage_bounty_order as dmbo on dmbo.id=dora.order_id
LEFT JOIN da_marriage_information as dmi on dmi.id=dmbo.mi_id
LEFT JOIN da_account as daa on daa.is_delete=0 and daa.type=2 and daa.user_id=dmbo.user_id
where dora.is_delete=0 and dora.refund_order_type=1
where dora.is_delete=0
<if test="queryParams.operationStatus != null">
and dora.`operation_status` = #{queryParams.operationStatus}
</if>

Loading…
Cancel
Save