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

[券][添加][拼团下架]

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

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

@@ -204,7 +204,7 @@
</update>
<update id="updateOrderGroupStatusByCouponId" parameterType="com.iformall.domain.po.WxOrder">
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
<if test=" null != tenantId ">
and `tenant_id` = #{tenantId}


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