思迅同步问题修复
This commit is contained in:
parent
4e2a75520c
commit
504f03e5f6
@ -631,8 +631,9 @@ public class SyncThirdDataServiceImpl extends SyncBaseThirdSxAbstract implements
|
||||
|
||||
String fileIndex=folders.get(0);
|
||||
String fileEndFix;
|
||||
if (fileIndex.length()>1){
|
||||
fileEndFix=fileIndex.split("_")[1];
|
||||
String [] fileIndexArray=fileIndex.split("_");
|
||||
if (fileIndexArray.length>1){
|
||||
fileEndFix=fileIndexArray[1];
|
||||
} else {
|
||||
fileEndFix = "";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user