|
@@ -28,7 +28,7 @@ class Controller extends BaseController
|
|
|
|
|
|
public function plantask(){
|
|
public function plantask(){
|
|
|
|
|
|
- $list = DB::table('mt_message')->where('dispatch_status',0)->orderBy('id','asc')->get()->toArray();
|
|
|
|
|
|
+ $list = DB::table('mt_message')->where('dispatch_status',0)->limit(10)->orderBy('id','asc')->get()->toArray();
|
|
//dd($list);
|
|
//dd($list);
|
|
//
|
|
//
|
|
if(!empty($list)){
|
|
if(!empty($list)){
|