diff --git a/mallinkService/src/main/resources/mapper/AliBusinessCircleOrderMapper.xml b/mallinkService/src/main/resources/mapper/AliBusinessCircleOrderMapper.xml
index 7c08d652c..81dcd1e25 100644
--- a/mallinkService/src/main/resources/mapper/AliBusinessCircleOrderMapper.xml
+++ b/mallinkService/src/main/resources/mapper/AliBusinessCircleOrderMapper.xml
@@ -163,7 +163,7 @@
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}
diff --git a/mallinkService/src/main/resources/mapper/WxThirdPartyOrdersMapper.xml b/mallinkService/src/main/resources/mapper/WxThirdPartyOrdersMapper.xml
index 06a7ae52a..59b22deac 100644
--- a/mallinkService/src/main/resources/mapper/WxThirdPartyOrdersMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxThirdPartyOrdersMapper.xml
@@ -185,7 +185,7 @@
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}