@@ -41,7 +41,7 @@ class Plantask extends Command
*/
public function handle()
{
- $list = DB::table('hx_gift_user_party')->where('new_task_status',0)->orderBy('id','asc')->get()->toArray();
+ $list = DB::table('hx_gift_user_party')->where('new_task_status',0)->limit(10000)->orderBy('id','asc')->get()->toArray();
//dd($list);
//
if(!empty($list)){