Forráskód Böngészése

Merge branch 'master-new-wgg' of wugg/phpstock into master-new

wugg 1 éve
szülő
commit
21772ee610
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/admin/controller/Good.php

+ 1 - 1
app/admin/controller/Good.php

@@ -403,7 +403,7 @@ class Good extends Base
         $data['noble_name']=isset($data['noble_metal'])&&$data['noble_metal']!=0?$this->noble[$data['noble_metal']] :"";
         $data['noble_name']=isset($data['noble_metal'])&&$data['noble_metal']!=0?$this->noble[$data['noble_metal']] :"";
         $data['combind_list']=[];
         $data['combind_list']=[];
         $data['wsm_list']=[];
         $data['wsm_list']=[];
-        $data['is_combind_child']=false;
+        $data['is_combind_child']=true;
 		 if($data['is_combind']==1){
 		 if($data['is_combind']==1){
         	$data['combind_list'] = (new GoodCombind())->where(['spuCode'=>$good_platform['spuCode'],'is_del'=>0])->select()->toArray();
         	$data['combind_list'] = (new GoodCombind())->where(['spuCode'=>$good_platform['spuCode'],'is_del'=>0])->select()->toArray();
         	foreach ($data['combind_list'] as &$item){
         	foreach ($data['combind_list'] as &$item){