|
@ -215,7 +215,7 @@ public class YkyyEntranceService {
|
|
|
if(patientMappingDO==null){
|
|
|
return new JSONArray();
|
|
|
}
|
|
|
String sql ="select * from VLIS_REPORT_MASTER where PATIENT_ID = '"+patientMappingDO.getMappingCode()+"'";
|
|
|
String sql ="select * from VLIS_REPORT_MASTER where PATIENT_ID = '"+patientMappingDO.getMappingCode()+"' order by REPORT_TIME desc";
|
|
|
Map<String,Object> params = new HashedMap();
|
|
|
params.put("sql",sql);
|
|
|
params.put("size",size);
|
|
@ -280,7 +280,7 @@ public class YkyyEntranceService {
|
|
|
}
|
|
|
|
|
|
//LIS 细菌培养说明细视图
|
|
|
String detail3 = "select * from VLIS_REPORT_DETAIL3 where REPORT_ID = '"+REPORT_ID+"'";
|
|
|
/* String detail3 = "select * from VLIS_REPORT_DETAIL3 where REPORT_ID = '"+REPORT_ID+"'";
|
|
|
Map<String,Object> detailParams3 = new HashedMap();
|
|
|
detailParams3.put("sql",detail3);
|
|
|
logger.info("VLIS_REPORT_DETAIL:"+detail3);
|
|
@ -290,7 +290,7 @@ public class YkyyEntranceService {
|
|
|
JSONObject detailrs3 = JSON.parseObject(detailcontent3);
|
|
|
if(detailrs3.getInteger("status")!=null&&detailrs3.getInteger("status") == 200){
|
|
|
res.put("detail3",detailrs3.getJSONArray("detailModelList"));
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
return res;
|
|
|
}
|