Commit 32300bfc by 焦荣

修改参数格式

parent ebeab4d6
...@@ -139,12 +139,11 @@ public class RyfkController { ...@@ -139,12 +139,11 @@ public class RyfkController {
Map<String, Object> asjmap = fw.getGabZyInfo(zylx, jsonStr); Map<String, Object> asjmap = fw.getGabZyInfo(zylx, jsonStr);
List asjlist = new ArrayList(); List asjlist = new ArrayList();
asjlist = (ArrayList) asjmap.get("dataResult"); asjlist = (ArrayList) asjmap.get("dataResult");
System.out.println("asjbh= 返回案件信息==" + asjlist); //System.out.println("asjbh= 返回案件信息==" + asjlist);
//案件map //案件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()); Map asjmaps = strtomap(asjlist.get(0).toString());
TbStAsj asj = new TbStAsj(); TbStAsj asj = new TbStAsj();
System.out.println("asj= === " + asj.getASJBH());
Maputil.mapToObject(asj, asjmaps); Maputil.mapToObject(asj, asjmaps);
ajxxlist.add(asj); ajxxlist.add(asj);
} }
...@@ -283,7 +282,7 @@ public class RyfkController { ...@@ -283,7 +282,7 @@ public class RyfkController {
if(ms.length==2){ if(ms.length==2){
ms[0] = ms[0].replaceAll(" ",""); ms[0] = ms[0].replaceAll(" ","");
m.put(ms[0], ms[1]); 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{ }else{
m.put(ms[0], ""); 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