@@ -1970,6 +1970,7 @@ inner join(
select count(*) from `user`
where aid= #{aid,jdbcType=VARCHAR}
and source=2
+ and share_type=0
and to_days(transfer_time)=to_days(now())
</select>
</mapper>