作者 李宇航

合并分支 'lyh-server' 到 'master'

Lyh server



查看合并请求 !2659
@@ -64,9 +64,6 @@ class SyncProject extends Command @@ -64,9 +64,6 @@ class SyncProject extends Command
64 */ 64 */
65 public function handle() 65 public function handle()
66 { 66 {
67 - $api = new OaGlobalsoApi();  
68 - $data = $api->order_info(15063);  
69 - dd($data);  
70 while (true){ 67 while (true){
71 $list = NoticeLog::where('type', NoticeLog::TYPE_PROJECT)->where('status', NoticeLog::STATUS_PENDING)->get(); 68 $list = NoticeLog::where('type', NoticeLog::TYPE_PROJECT)->where('status', NoticeLog::STATUS_PENDING)->get();
72 foreach ($list as $item){ 69 foreach ($list as $item){