Commit 308fef90 by jianan

N22查询保单列表打印响应报文

parent 260e21b8
...@@ -38,7 +38,7 @@ public class N22PolicyServiceImpl implements N22PolicyService { ...@@ -38,7 +38,7 @@ public class N22PolicyServiceImpl implements N22PolicyService {
String url = systemConfigService.getSingleConfigValue("N22_URL_Policy_List "); String url = systemConfigService.getSingleConfigValue("N22_URL_Policy_List ");
String result = N22Utils.postTransaction(url, obj.toString()); String result = N22Utils.postTransaction(url, obj.toString());
// logger.info("N22查询保单列表响应报文:"+result); logger.info("N22查询保单列表响应报文:"+result);
rObj = JSONObject.parseObject(result, PolicyListQueryResponseVO.class); rObj = JSONObject.parseObject(result, PolicyListQueryResponseVO.class);
return rObj; return rObj;
......
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