Commit fd827361 by qwmqiuwenmin

fix

parent 1a1e2733
......@@ -72,7 +72,7 @@ public class MaterialController extends WebBaseController{
List<MaterialCategoryDTO> sonList = map.get(materialVO.getCategoryId());
List<MaterialVO> sonVoList = EntityUtil.changeEntityListByJSON(MaterialVO.class, sonList);
materialVO.setList(sonVoList);
logger.info("handerList={},categoryId={},sonVoList={}",JSON.toJSONString(sonVoList),materialVO.getCategoryId(),JSON.toJSONString(sonVoList));
logger.info("handerList={},categoryId={},sonVoList={}",JSON.toJSONString(handerList),materialVO.getCategoryId(),JSON.toJSONString(sonVoList));
while(sonList != null && sonList.size() > 0){
handerSonMaterial(sonVoList, map);
}
......
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