作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

定时任务

... ... @@ -24,7 +24,7 @@ class Crontab extends Frontend
*/
public function clear()
{
Db::name('user')->update([
Db::name('user')->where('1=1')->update([
'work_hours_month'=>0,
'work_salary_month'=>0,
'work_subsidy_month'=>0,
... ...