作者 lyh

变更数据

... ... @@ -119,7 +119,7 @@ class lyhDemo extends Command
$geoLinkModel = new GeoLink();
foreach ($lists as $item){
echo date('Y-m-d H:i:s') . '开始--项目的id:'. $item['id'] . PHP_EOL;
ProjectServer::useProject($item['project_id']);
ProjectServer::useProject($item['id']);
$linkDataModel = new LinkData();
$linkList = $linkDataModel->list();
foreach ($linkList as $link){
... ...