|
@@ -2555,11 +2555,11 @@ public class RuralProjectMessageNewService extends CrudService<RuralProjectMessa
|
|
//正式接口
|
|
//正式接口
|
|
String url = "http://comp.jszj.com.cn:8031/api/addProject";
|
|
String url = "http://comp.jszj.com.cn:8031/api/addProject";
|
|
//发送请求
|
|
//发送请求
|
|
- /*String returnResult = HttpPostTool.doPost(url, encryptByAes);
|
|
|
|
|
|
+ String returnResult = HttpPostTool.doPost(url, encryptByAes);
|
|
HashMap hashMap = JSON.parseObject(returnResult, HashMap.class);
|
|
HashMap hashMap = JSON.parseObject(returnResult, HashMap.class);
|
|
if(!"1".equals(hashMap.get("code"))){
|
|
if(!"1".equals(hashMap.get("code"))){
|
|
return "上报失败:" + hashMap.get("msg").toString();
|
|
return "上报失败:" + hashMap.get("msg").toString();
|
|
- }*/
|
|
|
|
|
|
+ }
|
|
} else {
|
|
} else {
|
|
notifyRole = "调整上报信息";
|
|
notifyRole = "调整上报信息";
|
|
workActivityProcess.setIsApproval("2");
|
|
workActivityProcess.setIsApproval("2");
|