Przeglądaj źródła

businessCircle

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
40b518e6b5
2 zmienionych plików z 2 dodań i 2 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz