style(all): 去客户化处理
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ public class ArchivesUserServiceImpl implements ArchivesUserService {
|
||||
return null;
|
||||
}
|
||||
if (managedCodes.contains("A01")) {
|
||||
return Collections.singletonList("长庆油田");
|
||||
return Collections.singletonList("分公司");
|
||||
}
|
||||
List<String> result = new ArrayList<>();
|
||||
managedCodes.forEach(orgCode -> {
|
||||
|
||||
Reference in New Issue
Block a user