|
@ -366,7 +366,8 @@ public class EntranceService {
|
|
* @throws Exception
|
|
* @throws Exception
|
|
*/
|
|
*/
|
|
public JSONArray BS30025(String PAT_NO,String startTime,String endTime,boolean demoFlag) throws Exception {
|
|
public JSONArray BS30025(String PAT_NO,String startTime,String endTime,boolean demoFlag) throws Exception {
|
|
String fid=BS30025; String resp = "";
|
|
|
|
|
|
String fid=BS30025;
|
|
|
|
String resp = "";
|
|
if (demoFlag) {
|
|
if (demoFlag) {
|
|
resp = getJosnFileResullt(fid);
|
|
resp = getJosnFileResullt(fid);
|
|
} else {
|
|
} else {
|
|
@ -384,7 +385,7 @@ public class EntranceService {
|
|
sbs.append("<query compy=\">=\" item=\"CON_DATE\" splice=\"and\" value=\"'" + startTime + "'\"/>");
|
|
sbs.append("<query compy=\">=\" item=\"CON_DATE\" splice=\"and\" value=\"'" + startTime + "'\"/>");
|
|
}
|
|
}
|
|
if (StringUtils.isNotBlank(endTime)) {
|
|
if (StringUtils.isNotBlank(endTime)) {
|
|
sbs.append("<query compy=\"<\" item=\"CON_DATE\" splice=\"and\" value=\"'" + endTime + "'\"/>");
|
|
|
|
|
|
sbs.append("<query compy=\"<\" item=\"CON_DATE\" splice=\"and\" value=\"'" + endTime + "'\"/>");
|
|
}
|
|
}
|
|
//查询信息结束
|
|
//查询信息结束
|
|
sbs.append("</MsgInfo></ESBEntry>");
|
|
sbs.append("</MsgInfo></ESBEntry>");
|