作者 lyh

gx

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