作者 lyh

gx

@@ -49,6 +49,8 @@ class SyncProject extends Command @@ -49,6 +49,8 @@ class SyncProject extends Command
49 */ 49 */
50 public function handle() 50 public function handle()
51 { 51 {
  52 + var_dump(11111);
  53 + die();
52 $list = NoticeLog::where('type', NoticeLog::TYPE_PROJECT)->where('status', NoticeLog::STATUS_PENDING)->get(); 54 $list = NoticeLog::where('type', NoticeLog::TYPE_PROJECT)->where('status', NoticeLog::STATUS_PENDING)->get();
53 foreach ($list as $item){ 55 foreach ($list as $item){
54 try { 56 try {