发布测试版2.3.3
This commit is contained in:
@@ -14,7 +14,7 @@ class BadgeService
|
||||
->leftJoin('model_run', 'model_run.id', '=', 'model_run_log.run_id')
|
||||
->leftJoin($table, $table.'.id', '=', 'model_run.data_id')
|
||||
->leftJoin('user as run_log_user', 'run_log_user.id', '=', 'model_run_log.user_id')
|
||||
->where('model_run_log.updated_id', 0)
|
||||
->where('model_run_log.status', 0)
|
||||
->where('model_run_log.user_id', auth()->id())
|
||||
->where('model_run_log.bill_id', $master['id'])
|
||||
->where($table.'.id', '>', 0)
|
||||
|
||||
Reference in New Issue
Block a user