Browse Source

businessCircle

release_toaliyun_real
xhxu 5 years ago
parent
commit
40b518e6b5
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/AliBusinessCircleOrderMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxThirdPartyOrdersMapper.xml

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

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



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

@@ -185,7 +185,7 @@
<update id="updatePoints" parameterType="com.iformall.domain.po.WxThirdPartyOrders">
update wx_third_party_orders 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