Browse Source

营销首页修改

anderx 11 months ago
parent
commit
5f18ea0a3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/AdminMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/AdminMapper.xml

@@ -1323,7 +1323,7 @@
     <select id="selectUserCount" resultType="com.goafanti.admin.bo.AdminStatisticsBo">
         select aid,sum(if( share_type=0 and channel=0 and new_channel=0,1,0))privateSum,
                sum(if(share_type=0 and new_channel=1,1,0))channelSum,
-               sum(if( share_type=2 ,1,0))signCount
+               sum(if( share_type=2 ,1,0))signSum
         from `user` where `type` =1   and source in(1,2,3)
         AND aid = #{aid}
         group by aid