|
@@ -67,7 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
IFNULL(sum(total),0) as order_total,
|
|
|
COUNT(DISTINCT logincode) as people_count,
|
|
|
COUNT(id) as order_count
|
|
|
- <if test="isShare==1">
|
|
|
+ <if test="isShare==1 and dqbh !='2108' ">
|
|
|
,
|
|
|
IFNULL(COUNT(DISTINCT logincode),0)*49*100 as activation_commission,
|
|
|
(IFNULL(COUNT(DISTINCT logincode),0)*49*100-sum(school_commission)) as subsidy_bak,
|