@ -228,6 +228,7 @@ public class FileServiceImpl implements FileService {
}
if(!StringUtils.isEmpty(host)) {
String result = IDCUtils.post(host+"/spssync/file/downloadFile", params);
logger.info(host+":sync-result--"+result);
JSONObject object = JSON.parseObject(result);
boolean success = false;
if(object.getInteger("code")==20000) {