diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml index 6500d0f09..d6d3a9204 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -204,7 +204,7 @@ - update wx_order set order_status=#{orderStatus} + update wx_order set order_status=#{orderStatus},update_date=#{updateDate} where product_id=#{productId} and order_status = 10 and `tenant_id` = #{tenantId}