Compare commits

..

No commits in common. "15531ae029665e6a39f22380700bbbfa09555115" and "989421e244467dfec46cdf7df2dd4b49e7cf6d9e" have entirely different histories.

View File

@ -237,7 +237,6 @@ public class SisAccessControlServiceImpl implements ISisAccessControlService {
node.setLevel(6);
node.setCode(item.getId());
node.setParentCode(item.getAcId());
node.setData(item);
node.setLabel(item.getDeviceName());
return node;
}).toList();