Browse Source

circle

release_toaliyun_real
xhxu 5 years ago
parent
commit
a92dba11dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml View File

@@ -211,7 +211,7 @@
<update id="updatePoints" parameterType="com.iformall.domain.po.WxBusinessCircleOrder">
update wx_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>



Loading…
Cancel
Save