|
...
|
...
|
@@ -16,6 +16,7 @@ use App\Models\Com\KeywordVideoTask; |
|
|
|
use App\Models\Com\KeywordVideoTaskLog;
|
|
|
|
use App\Models\CustomModule\CustomModuleCategory;
|
|
|
|
use App\Models\CustomModule\CustomModuleContent;
|
|
|
|
use App\Models\CustomModule\CustomModuleExtentContent;
|
|
|
|
use App\Models\Devops\ServerConfig;
|
|
|
|
use App\Models\Devops\Servers;
|
|
|
|
use App\Models\Devops\ServersIp;
|
|
...
|
...
|
@@ -224,7 +225,7 @@ DSE1504F,Super fast Recovery Rectifier,ITO-220AC,400,15,Single Positive,150,1.4, |
|
|
|
'updated_at'=>date('Y-m-d H:i:s'),
|
|
|
|
],
|
|
|
|
];
|
|
|
|
$extendContentModel = new ExtensionModuleValue();
|
|
|
|
$extendContentModel = new CustomModuleExtentContent();
|
|
|
|
$extendContentModel->insert($pd_extended_field_arr);
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|