Commit 9db935b6 by yangliang

新增恒锐足迹采集

parent b13199d5
......@@ -39,6 +39,7 @@ public class DefaultViewConfig implements WebMvcConfigurer {
registry.addViewController("/toObjectKJ").setViewName("rygl/objectKJ");
registry.addViewController("/catchimg").setViewName("rygl/demo");
registry.addViewController("/dnabqdy").setViewName("rygl/dnabqdy");
registry.addViewController("/toHrzjcj").setViewName("rygl/hrzjcj");
registry.addViewController("/iframe1").setViewName("zlcc/iframe1");
registry.addViewController("/iframe2").setViewName("zlcc/iframe2");
registry.addViewController("/iframe3").setViewName("zwbzgl/iframe1");
......
......@@ -139,12 +139,11 @@ public class RyfkController {
Map<String, Object> asjmap = fw.getGabZyInfo(zylx, jsonStr);
List asjlist = new ArrayList();
asjlist = (ArrayList) asjmap.get("dataResult");
System.out.println("asjbh= 返回案件信息==" + asjlist);
//System.out.println("asjbh= 返回案件信息==" + asjlist);
//案件map
System.out.println("asjmaps=i===" + asjlist.get(0).toString());
// System.out.println("asjmaps=i===" + asjlist.get(0).toString());
Map asjmaps = strtomap(asjlist.get(0).toString());
TbStAsj asj = new TbStAsj();
System.out.println("asj= === " + asj.getASJBH());
Maputil.mapToObject(asj, asjmaps);
ajxxlist.add(asj);
}
......@@ -283,7 +282,7 @@ public class RyfkController {
if(ms.length==2){
ms[0] = ms[0].replaceAll(" ","");
m.put(ms[0], ms[1]);
System.out.println("ms[0]====" + ms[0] + "==ms[1]===" + ms[1]);
// System.out.println("ms[0]====" + ms[0] + "==ms[1]===" + ms[1]);
}else{
m.put(ms[0], "");
}
......
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