|
...
|
...
|
@@ -51,7 +51,7 @@ class ProductController extends BaseController |
|
|
|
$userModel = new User();
|
|
|
|
foreach ($lists['list'] as $k=>$v){
|
|
|
|
//处理参数
|
|
|
|
// $v['category_id_text'] = $this->categoryName($v['category_id'],$cate_data);
|
|
|
|
$v['category_id_text'] = $this->categoryName($v['category_id'],$cate_data);
|
|
|
|
// $v['keyword_id_text'] = $this->keywordName($v['keyword_id'],$key_data);
|
|
|
|
$v['created_uid_text'] = $userModel->getName($v['created_uid']);
|
|
|
|
$v['is_renovation'] = $this->getProductIsRenovation($info,$v['id']);
|
...
|
...
|
|