Commit 034d706c by xub

微盟分组

parent 763c9f66
......@@ -38,7 +38,7 @@ public class GoodsCordController {
}
List<GoodsCordVO> list = EntityUtil.changeEntityListByOrika(GoodsCordVO.class, result);
for (GoodsCordVO goodsCordVO : list) {
goodsCordVO.setNextChild(false);
goodsCordVO.setLeafNodeFlag(false);
}
return RestResponse.success(list);
}
......@@ -56,7 +56,7 @@ public class GoodsCordController {
}
List<GoodsCordVO> list = EntityUtil.changeEntityListByOrika(GoodsCordVO.class, result);
for (GoodsCordVO goodsCordVO : list) {
goodsCordVO.setNextChild(true);
goodsCordVO.setLeafNodeFlag(true);
}
return RestResponse.success(list);
}
......
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