Просмотр исходного кода

[砍价][修改]:砍价券下架只更新砍价中和砍价完成的订单状态

release_toaliyun_real
Stormeye Wu 7 лет назад
Родитель
Сommit
88acb60e89
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Просмотреть файл

@@ -175,7 +175,7 @@
<update id="updateStatusByPressCouponId" parameterType="com.iformall.domain.po.WxOrder">
update wx_order set order_status=#{orderStatus}
where product_id=#{productId}
and press_end_date is not null
and press_end_date is not null and order_status in (6,7)
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}
</if>


Загрузка…
Отмена
Сохранить