|
@@ -126,15 +126,7 @@ public class RabbitHandle {
|
|
|
undoTime = LocalDateTimeUtil.longToLocalTime(time);
|
|
undoTime = LocalDateTimeUtil.longToLocalTime(time);
|
|
|
data.remove("undoTime");
|
|
data.remove("undoTime");
|
|
|
}
|
|
}
|
|
|
- Boolean exceptionFlag = null;
|
|
|
|
|
- if(data.get("Marking") != null){
|
|
|
|
|
- exceptionFlag = data.getBoolean("Marking");
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
BusPatientEntity patient = data.toJavaObject(BusPatientEntity.class);
|
|
BusPatientEntity patient = data.toJavaObject(BusPatientEntity.class);
|
|
|
- if(ObjectUtil.isNotEmpty(exceptionFlag)){
|
|
|
|
|
- patient.setExceptionFlag(exceptionFlag);
|
|
|
|
|
- }
|
|
|
|
|
if(!existHospital(patient.getHospitalCode())) {
|
|
if(!existHospital(patient.getHospitalCode())) {
|
|
|
return ;
|
|
return ;
|
|
|
}
|
|
}
|