Compare commits

..

No commits in common. "ce8a8fd222f2255ef7f83111930147f572d53bd4" and "2d85c510a3b8d7b65d0ec1ad620db38a59689938" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,7 @@
) b
left join sa_order so
on so.pk_id = b.pk_order
LEFT JOIN cu_member tar ON b.pk_member = tar.pk_id
LEFT JOIN cu_member tar ON b.PK_SOURCE_MEMBER = tar.pk_id
LEFT JOIN cu_member cu ON b.PK_SOURCE_MEMBER = cu.pk_id
left join cu_member_settle_period cp
on b.period = cp.pk_id

View File

@ -89,7 +89,7 @@
<if test="bonusParam.orderType != null">
and so.order_type = #{bonusParam.orderType}
</if>
LEFT JOIN cu_member tar ON b.pk_member = tar.pk_id
LEFT JOIN cu_member tar ON b.PK_SOURCE_MEMBER = tar.pk_id
LEFT JOIN cu_member cu ON b.PK_SOURCE_MEMBER = cu.pk_id
left join cu_member_settle_period cp
on b.period = cp.pk_id