|
@@ -91,6 +91,12 @@ public class InitService {
|
|
FileUtils.copyInputStreamToFile(inputStream,file);
|
|
FileUtils.copyInputStreamToFile(inputStream,file);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ File file = new File(CacheUtil.installPath+File.separator +"4DKK_PROGRAM_STATIC" + File.separator + "fusion" + File.separator + "default" + File.separator + "images");
|
|
|
|
+ if(!file.exists()){
|
|
|
|
+ InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream("static/default/images");
|
|
|
|
+ FileUtils.copyInputStreamToFile(inputStream,file);
|
|
|
|
+ }
|
|
|
|
+
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
log.info("checkDefaultImag",e);
|
|
log.info("checkDefaultImag",e);
|
|
}
|
|
}
|