|
...
|
...
|
@@ -91,7 +91,7 @@ DSE1504F,Super fast Recovery Rectifier,ITO-220AC,400,15,Single Positive,150,1.4, |
|
|
|
'module_id'=>2,
|
|
|
|
];
|
|
|
|
$customModuleCategoryModel = new CustomModuleCategory();
|
|
|
|
if(!empty($array1[1]) && is_array($array1)){
|
|
|
|
if(!empty($array1[1])){
|
|
|
|
$cate_arr = explode('/',$array1);
|
|
|
|
foreach ($cate_arr as $cateV){
|
|
|
|
$catInfo = $customModuleCategoryModel->read(['name'=>$cateV]);
|
...
|
...
|
|