|
@ -669,7 +669,7 @@ public class TnyyEntranceService {
|
|
|
sql+= " and lower(bw.SRDM) like '%"+pyKey+"%' ";
|
|
|
}
|
|
|
Map<String,Object> params = new HashedMap();
|
|
|
params.put("findVpacsBw",sql);
|
|
|
params.put("sql",sql);
|
|
|
HttpResponse response = HttpUtils.doGet(url,params);
|
|
|
String content = response.getContent();
|
|
|
logger.info("response:"+content);
|