소스 검색

数据修改

yumeng 2 년 전
부모
커밋
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',