Commit 90b8ea2f by 焦荣

修改反馈界面样式

parent fcd5ebec
......@@ -77,6 +77,7 @@ public class CallDygabxxfw {
}
}
}
System.out.println("map=调取全国案件人员接口===" + map);
} catch (Exception e) {
System.out.println("获取全国案件数据异常===" + e.getMessage());
map.put("dataResult" ,"");
......
......@@ -99,6 +99,9 @@ public class RyfkController {
model.addAttribute("ztryxxlist",ztryxxlist); //在逃人员信息
model.addAttribute("bzcs",bzcs); //比中次数
model.addAttribute("tbZwbzxx",tbZwbzxx); //比中信息
model.addAttribute("ryxx",xyrC);//人员基本信息
model.addAttribute("autoTbStRyList",autoTbStRyList);//生物特征采集次数
return "ryfk/ryfk";
/* String asjxgrybh = "R4300000000002020060002";
//获得人员基本信息
......@@ -107,7 +110,7 @@ public class RyfkController {
}else{
}*/
/*
if(xyrC==null){
xyrC = new AutoTbStRy();
}
......@@ -231,7 +234,7 @@ public class RyfkController {
wpxxzs = wpxxInfoList.size();
}
model.addAttribute("ryxx",xyrC);//人员基本信息
model.addAttribute("autoTbStRyList",autoTbStRyList);//生物特征采集次数
model.addAttribute("autoTbStRyList",autoTbStRyList);
//model.addAttribute("ryzpzs",ryzpzs);//人像总数
//model.addAttribute("ryzpList",ryzpList);//人像基本信息
model.addAttribute("swtzzs",swtzzs);//指纹总数
......@@ -254,7 +257,8 @@ public class RyfkController {
model.addAttribute("swxxzs",swxxzs);//声纹信息总数
model.addAttribute("hmxxzs",hmxxzs);//虹膜信息总数
model.addAttribute("wpxxzs",wpxxzs);//物品信息总数
return "ryfk/index";
return "ryfk/index";*/
}
......@@ -268,16 +272,20 @@ public class RyfkController {
if(zbfzxyr.get("dataResult")!=null&&!zbfzxyr.get("dataResult").equals("")){
rowlist = (ArrayList) zbfzxyr.get("dataResult");
}
List ajxxlist = new ArrayList();
for (int i = 0; i < rowlist.size(); i++) { //查询人员对应的案件 存在一人多案
Map maps = (Map) JSON.parse(rowlist.get(i).toString());
String asjbh = maps.get("ASJBH").toString();
System.out.println("asjbh= 根据人员查询案件编号==" + asjbh);
//获取案件信息
jsonStr = "[{\"ASJBH\":\"" + asjbh + "\"}]";
zylx = "asj";
Map<String, Object> asjmap = fw.getGabZyInfo(zylx, jsonStr);
List asjlist = new ArrayList();
asjlist = (ArrayList) asjmap.get("dataResult");
System.out.println("asjbh= 返回案件信息==" + asjlist);
//案件map
Map asjmaps = (Map) JSON.parse(rowlist.get(0).toString());
TbStAsj asj = new TbStAsj();
......
......@@ -791,7 +791,7 @@
});
if(ryjbxx.edzzpStr64!=null&&$ryjbxx.edzzpStr64!=""){
$("#ckzp").attr("layer-src","data:image/gif;base64,"+data[key]);
$("#ckzp").attr("layer-src","data:image/gif;base64,"+ryjbxx.edzzpStr64);
}else{
$("#ckzp").attr("src","/static/img/Personface.jpg");
}
......
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