|
@@ -198,7 +198,7 @@ public class DataPageDockFacade {
|
|
|
public RespDTO<String> getDataServiceXY(StructuralDataVo structuralDataVo){
|
|
|
DataPageDockVO dataPageDockVO = new DataPageDockVO();
|
|
|
try {
|
|
|
- String where = " where behospitalCode = '" + structuralDataVo.getBehospitalCode() + "' and patientId = '" + structuralDataVo.getPatientId() + "'";
|
|
|
+ String where = " where behospitalCode = '" + structuralDataVo.getBehospitalCode() + "'";
|
|
|
String lisSql = " select * from cdss_lis " + where;
|
|
|
String PacsSql = " select * from cdss_pacs " + where;
|
|
|
String OpsOrderSql = " select * from cdss_ops " + where + " and status =' REQUEST'";
|