正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -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){ |
-
请 注册 或 登录 后发表评论