|
@@ -3882,10 +3882,10 @@ public class RuralProjectMessageNewService extends CrudService<RuralProjectMessa
|
|
|
String url = "http://comp.jszj.com.cn:8031/api/addProject";
|
|
|
//发送请求
|
|
|
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"))){
|
|
|
return "上报失败:" + hashMap.get("msg").toString();
|
|
|
- }*/
|
|
|
+ }
|
|
|
//修改项目上报表中状态
|
|
|
reported.setAccomplishDate(new Date());
|
|
|
reported.setReportStatus(String.valueOf(ProjectStatusEnum.SIGNED.getValue()));
|