作者 lyh

未续费项目增加搜索

@@ -65,8 +65,6 @@ class SyncProject extends Command @@ -65,8 +65,6 @@ class SyncProject extends Command
65 public function handle() 65 public function handle()
66 { 66 {
67 $api = new OaGlobalsoApi(); 67 $api = new OaGlobalsoApi();
68 - $data = $api->order_info(15063);  
69 - dd($data);  
70 while (true){ 68 while (true){
71 $list = NoticeLog::where('type', NoticeLog::TYPE_PROJECT)->where('status', NoticeLog::STATUS_PENDING)->get(); 69 $list = NoticeLog::where('type', NoticeLog::TYPE_PROJECT)->where('status', NoticeLog::STATUS_PENDING)->get();
72 foreach ($list as $item){ 70 foreach ($list as $item){