Преглед изворни кода

circle

release_toaliyun_real
xhxu пре 5 година
родитељ
комит
a92dba11dd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml Прегледај датотеку

@@ -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…
Откажи
Сачувај