|
@@ -116,8 +116,8 @@ public class VideoInfoServiceImpl extends BaseServiceImpl<Object> implements Vid
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
String qibingPath = WebAppConfig.dicCodeList.stream().filter(x -> 1 == x.getType() && env.equals(x.getEnv()) && "apics_path".equals(x.getCodeKey())).findFirst().get().getCodeValue();
|
|
String qibingPath = WebAppConfig.dicCodeList.stream().filter(x -> 1 == x.getType() && env.equals(x.getEnv()) && "apics_path".equals(x.getCodeKey())).findFirst().get().getCodeValue();
|
|
|
- String imgPrefixGFPath = "骑兵步兵/".concat(videoInfo.getIdentificationCode()).concat("/img_gf/");
|
|
|
|
|
- String imgPrefixSYPath = "骑兵步兵/".concat(videoInfo.getIdentificationCode()).concat("/img_sy/");
|
|
|
|
|
|
|
+ String imgPrefixGFPath = "骑兵/".concat(videoInfo.getIdentificationCode()).concat("/img_gf/");
|
|
|
|
|
+ String imgPrefixSYPath = "骑兵/".concat(videoInfo.getIdentificationCode()).concat("/img_sy/");
|
|
|
videoInfo.setImgPrefixGFPath(imgPrefixGFPath);
|
|
videoInfo.setImgPrefixGFPath(imgPrefixGFPath);
|
|
|
videoInfo.setImgPrefixSYPath(imgPrefixSYPath);
|
|
videoInfo.setImgPrefixSYPath(imgPrefixSYPath);
|
|
|
|
|
|