Commit 58f2b92b by qwmqiuwenmin

fix

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