Ver código fonte

数据修改

yumeng 2 anos atrás
pai
commit
63e7767274

+ 1 - 1
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -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',