|
@@ -488,6 +488,12 @@ public class CmBaikeProductController extends BaseController {
|
|
|
cmBaikeProduct.setReferenceList(refrence);
|
|
|
}
|
|
|
}
|
|
|
+ // 分类列表
|
|
|
+ CmBaikeType cmBaikeType = new CmBaikeType();
|
|
|
+ cmBaikeType.setTypeSort(cmBaikeProduct.getCommodityType());
|
|
|
+ List<CmBaikeType> typeList = cmBaikeTypeService.findList(cmBaikeType);
|
|
|
+ model.addAttribute("typeList", typeList);
|
|
|
+ // 敏感词
|
|
|
cmBaikeProduct.setVideoList(videoList);
|
|
|
// model.addAttribute("materialInfo", materialInfo);
|
|
|
model.addAttribute("commodityType", commodityType);
|