|
@ -1122,6 +1122,8 @@ public class EntranceService {
|
|
|
net.sf.json.JSONArray jsonArrayLast=new net.sf.json.JSONArray();
|
|
|
if (demoFlag) {
|
|
|
resp = getJosnFileResullt(fid);
|
|
|
net.sf.json.JSONArray jsonArray1= ConvertUtil.convertListEnvelopInBodyRow(resp);
|
|
|
jsonArrayLast.add(jsonArray1);
|
|
|
} else {
|
|
|
//获取检验送检记录
|
|
|
JSONArray jsonArray= BS20010(patNo,conNo,demoFlag);
|
|
@ -1169,6 +1171,8 @@ public class EntranceService {
|
|
|
net.sf.json.JSONArray jsonArrayLast=new net.sf.json.JSONArray();
|
|
|
if (demoFlag) {
|
|
|
resp = getJosnFileResullt(fid);
|
|
|
net.sf.json.JSONArray jsonArray1= ConvertUtil.convertListEnvelopInBodyRow(resp);
|
|
|
jsonArrayLast.add(jsonArray1);
|
|
|
} else {
|
|
|
//获取微生物送检记录
|
|
|
JSONArray jsonArray= BS20018(patNo,conNo,demoFlag);
|