|
@ -2070,11 +2070,16 @@ public class YkyyEntranceService {
|
|
|
YkEmrJcsqDO ykEmrJcsqDO = new YkEmrJcsqDO();
|
|
|
ykEmrJcsqDO.setJzxh(jzxh);
|
|
|
ykEmrJcsqDO.setXmid(Integer.valueOf("12220"));
|
|
|
JSONArray jsonArray1 = this.findZlxm(null, "12220");
|
|
|
String deptNo = null;
|
|
|
/*JSONArray jsonArray1 = this.findZlxm(null, "12220");
|
|
|
if (jsonArray1 != null && jsonArray1.size() > 0) {
|
|
|
JSONObject deptobject = jsonArray1.getJSONObject(0);
|
|
|
deptNo = deptobject.getString("dept");
|
|
|
}*/
|
|
|
if ("3".equalsIgnoreCase(natAppointmentDO.getHospitalFlag())){
|
|
|
deptNo = "96";
|
|
|
}else {
|
|
|
deptNo="1111";
|
|
|
}
|
|
|
ykEmrJcsqDO.setZxks(deptNo == null ? 0 : Integer.parseInt(deptNo));
|
|
|
ykEmrJcsqDO.setJcxm("新冠病毒核酸检测");
|