【操盘手】 列表及添加功能

This commit is contained in:
wong
2025-05-26 17:55:25 +08:00
parent 4f900ab7de
commit 26504d3040

View File

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