ECShop清理两个月未下单的代理用户

把两个月未下单的代理用户的等级积分设为0,为普通用户

update ecs_users u set u.rank_points=0 where user_id not in (select user_id from ecs_order_info o where (UNIX_TIMESTAMP()-o.shipping_time<60 * 24 * 60 * 60))

作者:admin | 分类目录:默认分类 | 标签:

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">