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

[线上交易][修改][查询]

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

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

@@ -560,7 +560,7 @@
left join wx_c_user_basic_info cubi on o.c_user_id=cubi.id
left join wx_coupon c on o.product_id=c.id
where o.tenant_id=#{tenantId} and c.type!=100 and o.order_status in(0,1,2,3,4,5)
and ifnull(press_current_num,0)=0 and ifnull(order_group_id)=0
and ifnull(press_current_num,0)=0 and ifnull(order_group_id,0)=0
union all
select o.id,o.order_number,o.tenant_id,o.product_id,o.payment,
case o.order_status when 6 then 0 when 7 then 0


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