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