提交 d1fda528 作者: obcy

【fix】

上级 10a6031a
......@@ -912,8 +912,7 @@ public class SubjectServiceImpl extends ServiceImpl<SubjectMapper, Subject> impl
if (ObjectUtil.isNotNull(byId)){
String dataScope = byId.getDataScope();
if (StrUtil.isNotBlank(dataScope)){
List<String> scopeList = Arrays.asList(dataScope.split(","));
List<String> scopeList = CollectionUtil.newArrayList(dataScope.split(","));
if (StrUtil.equals(type,"1") && "1".equals(scop)){
scopeList.add("1");
}else if (StrUtil.equals(type,"1") && "0".equals(scop)){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论