|
@@ -71,6 +71,7 @@ class ConsultTemp extends Model
|
|
|
$item['specinfo'] = json_encode($item['specinfo'],JSON_UNESCAPED_UNICODE);
|
|
|
$item['good_img'] = implode(",",$item['good_img']);
|
|
|
$item['customized'] = $item['work_day'];
|
|
|
+ $item['craft_desc'] = $item['good_name'];
|
|
|
$addGood[] = array_merge($item->toArray(),$marage);
|
|
|
$combind[]=[
|
|
|
"spuCode"=>$marage["parent_code"],
|