|
@@ -28,7 +28,7 @@ class Controller extends BaseController
|
|
|
/*$easemob = new Easemob();
|
|
|
$rs = $easemob->push_text(1009,'标题','内容');
|
|
|
dd($rs);*/
|
|
|
- (new GiftJob(8343))->handle();
|
|
|
+ // (new GiftJob(8343))->handle();
|
|
|
}
|
|
|
|
|
|
|
|
@@ -36,7 +36,7 @@ class Controller extends BaseController
|
|
|
|
|
|
public function plantask(){
|
|
|
|
|
|
- $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)->orderBy('id','asc')->get()->toArray();
|
|
|
//dd($list);
|
|
|
//
|
|
|
if(!empty($list)){
|
|
@@ -53,6 +53,6 @@ class Controller extends BaseController
|
|
|
'new_task_status' => 1,
|
|
|
];
|
|
|
|
|
|
- DB::table('hx_gift_user_party')->whereIn('id',$ids)->update($update);
|
|
|
+ DB::table('hx_gift_user_party')->whereIn('id',$ids)->update($update);*/
|
|
|
}
|
|
|
}
|