Commit 8c6dcbf4 by 墨竹

fix:素材库修改

parent 859e22bf
...@@ -178,7 +178,7 @@ public class MaterialApiServiceImpl implements MaterialApiService { ...@@ -178,7 +178,7 @@ public class MaterialApiServiceImpl implements MaterialApiService {
QywxMediaTypeEnum fileType = null; QywxMediaTypeEnum fileType = null;
String url = ""; String url = "";
String oldUrl = ""; String oldUrl = "";
if (type == 2) { if (type == 2 || type == 6) {
fileType = QywxMediaTypeEnum.IMAGE; fileType = QywxMediaTypeEnum.IMAGE;
url = materialDTO.getImgUrl(); url = materialDTO.getImgUrl();
oldUrl = old.getImgUrl(); oldUrl = old.getImgUrl();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment