【操盘手】 优化自动点赞功能

This commit is contained in:
wong
2025-05-26 15:23:34 +08:00
parent eaf85a83c3
commit 011ab505f0

View File

@@ -301,6 +301,7 @@ class WorkbenchAutoLikeJob
['wm.wechatFriendId', '=', $friendId],
['wali.id', 'null', null]
])
->where('wm.createTime', '>=', time() - 86400 * 3)
->field('wm.id, wm.snsId')
->group('wali.wechatFriendId')
->order('wm.createTime DESC')