|
@@ -69,8 +69,8 @@ class ConsultTemp extends Model
|
|
|
foreach ($list as $item){
|
|
|
$addGood[] = array_merge($item->toArray(),$marage);
|
|
|
$combind[]=[
|
|
|
- "spuCode"=>$marage["paren_code"],
|
|
|
- "good_name"=>$marage["paren_name"],
|
|
|
+ "spuCode"=>$marage["parent_code"],
|
|
|
+ "good_name"=>$marage["parent_name"],
|
|
|
"childCode"=>$item["spuCode"],
|
|
|
"child_name"=>$item["good_name"],
|
|
|
"child_num"=>$item["good_num"],
|