作者 lyh

未续费项目增加搜索

... ... @@ -65,8 +65,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){
... ...