|
@@ -4870,6 +4870,9 @@ public class ProjectServiceImpl extends ServiceImpl<ProjectMapper, Project> impl
|
|
|
if (!StringUtils.isEmpty(part)) {
|
|
|
String[] partSplit = part.split("\\,|\\,");
|
|
|
for (String str : partSplit) {
|
|
|
+ if(str.equals(inchargerCell.getStringCellValue())){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
String s1;
|
|
|
if(str.startsWith("/")){
|
|
|
s1=str.substring(1,str.length());
|