浏览代码

测试完成

lizhen_gitee 1 年之前
父节点
当前提交
16da3bb2cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Controller.php

+ 1 - 1
app/Http/Controllers/Controller.php

@@ -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)){