作者 lyh

未续费项目增加搜索

... ... @@ -64,7 +64,6 @@ class SyncProject extends Command
*/
public function handle()
{
$api = new OaGlobalsoApi();
while (true){
$list = NoticeLog::where('type', NoticeLog::TYPE_PROJECT)->where('status', NoticeLog::STATUS_PENDING)->get();
foreach ($list as $item){
... ...