Sfoglia il codice sorgente

circle

release_toaliyun_real
xhxu 5 anni fa
parent
commit
a92dba11dd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBusinessCircleOrderMapper.xml Vedi 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>



Caricamento…
Annulla
Salva