作者 李宇航

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

Lyh server



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