yumeng 2 лет назад
Родитель
Сommit
63e7767274
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

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