소스 검색

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

release_toaliyun_real
gongbiao 7 년 전
부모
커밋
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 (select count(*) total
from wx_coupon_order where coupon_type=9 and coupon_order_status=1 and coupon_id=c.id) verify_count, 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 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 ) c
<where> <where>
<if test=" null != couponId and ''!=couponId"> <if test=" null != couponId and ''!=couponId">


불러오는 중...
취소
저장