Commit 79632f4d by qwmqiuwenmin

fix

parent 58f2b92b
......@@ -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(handerList),materialVO.getCategoryId(),JSON.toJSONString(sonVoList));
logger.info("map={},handerList={},categoryId={},sonVoList={}",JSON.toJSONString(map),JSON.toJSONString(handerList),materialVO.getCategoryId(),JSON.toJSONString(sonVoList));
while(sonVoList != null && sonVoList.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