|
@@ -245,7 +245,7 @@ public class BuildIntermitSceneServiceImpl implements IBuildSceneService {
|
|
|
throw new Exception(filePath + "文件不存在");
|
|
|
}
|
|
|
|
|
|
- if(fileJson.getIntValue("clazz") == 1 || fileJson.getIntValue("clazz") == 22){
|
|
|
+ if(fileJson.getIntValue("clazz") == 1 || fileJson.getIntValue("clazz") == 22 || fileJson.getIntValue("clazz") == 3){
|
|
|
map.put(filePath, imagesPath + fileName);
|
|
|
}
|
|
|
}
|