|
...
|
...
|
@@ -1293,7 +1293,7 @@ MBR60L100PT,Rectifier/Schottky Barrier Rectifier,TO-247AD,Common Cathode,100,60, |
|
|
|
continue;
|
|
|
|
}
|
|
|
|
//添加内容
|
|
|
|
$contentId = $customContentModel->addReturnId(['name'=>$array[0],'module_id'=>2]);
|
|
|
|
$contentId = $customContentModel->addReturnId(['name'=>$array[0],'module_id'=>2,'project_id'=>$project_id]);
|
|
|
|
echo date('Y-m-d H:i:s') . '当前扩展数据id:'. $contentId . PHP_EOL;
|
|
|
|
//注册路由
|
|
|
|
$route = RouteMap::setRoute($array[0], RouteMap::SOURCE_MODULE,
|
...
|
...
|
|