@@ -1263,7 +1263,7 @@
t1.collectSampleName,
t2.promoterCount,
t3.sampleCount,
- round(t3.sampleCount / t3.promoterCount * 100, 2) as 'sampleRate',
+ round(t3.sampleCount / t2.promoterCount * 100, 2) as 'sampleRate',
t2.promoterCount - t3.sampleCount as 'notSampleCount',
t1.orderNum,
t1.validOrderNum,