Commit e586c3d0 by 徐高华

test

parent 8d8495f3
...@@ -170,7 +170,7 @@ public class MaterialServiceImpl implements MaterialService { ...@@ -170,7 +170,7 @@ public class MaterialServiceImpl implements MaterialService {
return ""; return "";
} }
public JSONResponse reUpdalodMetailJson(String materialId,int from) { public JSONResponse reUpdalodMetailJson(String materialId,int from) {
JSONResponse jp = new JSONResponse() ; JSONResponse jp = new JSONResponse() ;
MaterialDTO old = null ; MaterialDTO old = null ;
TabMaterialContent entity =null ; TabMaterialContent entity =null ;
...@@ -268,10 +268,11 @@ public class MaterialServiceImpl implements MaterialService { ...@@ -268,10 +268,11 @@ public class MaterialServiceImpl implements MaterialService {
} }
jp = qywxSuiteApiService.uploadAttachment(qwDTO.getThirdCorpid(), qwDTO.getSelf3thSecret(), url, arr[count - 1], fileType.getCode() , selfFlag , qwDTO.getUrlHost()); jp = qywxSuiteApiService.uploadAttachment(qwDTO.getThirdCorpid(), qwDTO.getSelf3thSecret(), url, arr[count - 1], fileType.getCode() , selfFlag , qwDTO.getUrlHost());
}else { }else {
int i = 1/0 ;
// 群发上传 // 群发上传
if(!url.contains("?")) { if(!url.contains("?")) {
if(type == 2) { if(type == 2) {
// url += "?imageView2/2/w/1080/h/10800/format/jpg"; url += "?imageView2/2/w/1080/h/10800/format/jpg";
} }
logger.info("url={}",url); logger.info("url={}",url);
} }
......
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