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

[BUG][修改][云端测试:version:.782.1095 :拼团营销数据-查询没有反应]

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

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

@@ -109,7 +109,7 @@
(select count(*) total
from wx_coupon_order where coupon_type=9 and coupon_order_status=1 and coupon_id=c.id) verify_count,
IFNULL((select count(*) from wx_order where order_group_id!=0 and product_id=c.id),0) total_people
from wx_coupon c where type=9
from wx_coupon c where type=9 order by c.status,c.id desc
) c
<where>
<if test=" null != couponId and ''!=couponId">


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