|
@@ -1769,7 +1769,7 @@
|
|
|
tttt.sendPromoterCount,
|
|
|
tttt.sendItemCount,
|
|
|
IFNULL( ttttt.promoters_count,'-') as 'promotersCount',
|
|
|
- round(ttt.sampleCount / tt.promoterCount * 100, 2) as 'sampleRate',
|
|
|
+ concat(round(ttt.sampleCount / tt.promoterCount * 100, 2), '%') as 'sampleRate',
|
|
|
tt.promoterCount - ttt.sampleCount as 'notSampleCount'
|
|
|
from (
|
|
|
select t1.user_id as 'collectSampleId',
|