Commit ee85b7db by qwmqiuwenmin

fix

parent 92c8c88e
...@@ -73,6 +73,17 @@ public class MaterialController extends WebBaseController{ ...@@ -73,6 +73,17 @@ public class MaterialController extends WebBaseController{
return resultResponse(HaoBanErrCode.ERR_1,handerList); return resultResponse(HaoBanErrCode.ERR_1,handerList);
} }
/**
* 素材查询
* @return
*/
@RequestMapping("/reupdalod-material")
public HaobanResponse reUpdalodMetail(String materialId) {
String mediaId = materialApiService.reUpdalodMetail(materialId);
return resultResponse(HaoBanErrCode.ERR_1,mediaId);
}
private void handerSonMaterial(List<MaterialVO> handerList,Map<String,List<MaterialCategoryDTO>> map){ private void handerSonMaterial(List<MaterialVO> handerList,Map<String,List<MaterialCategoryDTO>> map){
for (MaterialVO materialVO : handerList) { for (MaterialVO materialVO : handerList) {
List<MaterialCategoryDTO> sonList = map.get(materialVO.getCategoryId()); List<MaterialCategoryDTO> sonList = map.get(materialVO.getCategoryId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment