@liuwanwei
2017-05-12T14:33:06.000000Z
字数 476
阅读 904
预约洗车
所有在该店铺预约过的用户数量;同一用户的重复预约算作一个用户
判断条件:
shop_history.shopId == $shopId &&
shop_history.appointmentTimes > 0
当前正在关注某个店铺的用户总量;如果用户关注店铺后再删除,并不会被算作关注;不会是负值
最近 7 天,每天新关注店铺的用户数量,可以为负值,代表新增关注人数小于取消关注的人数。
判断条件:
shop_statistic.shopId == shopId &&
shop_statistic.date ==date
获取:shop_statistic.follower
一天内所有关注店铺的用户列表。
判断条件:
shop_history.shopId == shopId &&
shop_history.createdAt LIKEdate