|
|
|
@@ -163,7 +163,7 @@ |
|
|
|
<update id="updatePoints" parameterType="com.iformall.domain.po.WxThirdPartyOrders"> |
|
|
|
update ali_business_circle_order set |
|
|
|
`earn_points` = 1, `increased_points` = #{increasedPoints}, `points_update_time` = #{pointsUpdateTime}, |
|
|
|
`is_refund_points` = 0, `update_time` = #{updateTime} |
|
|
|
`update_time` = #{updateTime} |
|
|
|
where `id` = #{id} and `tenant_id` = #{tenantId} |
|
|
|
</update> |
|
|
|
|
|
|
|
|