Commit acdd451e authored by shenxin's avatar shenxin

省一体化营山推送

parent 4b0d1459
......@@ -114,6 +114,7 @@ public class ReviewInformationTaskImpl implements ITaskExcuteService {
extCache.setSysCode(e.getSystemCode());
extCache = arameterService.find(extCache).get(0);
post = HttpUtil.post(extCache.getReviewAdress(), JSONObject.toJSONString(dataMap));
log.info("响应值" + JSONObject.parseObject(post));
ifResultInfo = JSONObject.parseObject(JSONObject.parseObject(post).getString("ifResultInfo"));
log.info("响应值" + ifResultInfo);
if ("200".equals(ifResultInfo.getString("code"))) {
......
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