mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 打印日志
This commit is contained in:
@@ -426,7 +426,7 @@ public class SysMenuServiceImpl implements SysMenuService {
|
||||
* 得到子节点列表
|
||||
*/
|
||||
private List<SysMenu> getChildList(List<SysMenu> list, SysMenu t) {
|
||||
// log.info("得到子节点列表 list:{}, SysMenu:{}", JSONObject.toJSONString(list), JSONObject.toJSONString(t));
|
||||
// log.info("得到子节点列表 list:{}, SysMenu:{}", JSON.toJSONString(list), JSON.toJSONString(t));
|
||||
List<SysMenu> tlist = new ArrayList<SysMenu>();
|
||||
Iterator<SysMenu> it = list.iterator();
|
||||
while (it.hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user