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