思迅同步问题修复
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 fileIndex=folders.get(0);
|
||||||
String fileEndFix;
|
String fileEndFix;
|
||||||
if (fileIndex.length()>1){
|
String [] fileIndexArray=fileIndex.split("_");
|
||||||
fileEndFix=fileIndex.split("_")[1];
|
if (fileIndexArray.length>1){
|
||||||
|
fileEndFix=fileIndexArray[1];
|
||||||
} else {
|
} else {
|
||||||
fileEndFix = "";
|
fileEndFix = "";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user