|
|
@@ -170,6 +170,7 @@ public class BusPatientController{
|
|
|
new LambdaUpdateWrapper<BusPatientEntity>()
|
|
|
.set(BusPatientEntity::getExceptionFlag, param.getIsFlag())
|
|
|
.eq(BusPatientEntity::getPatientId, param.getPatientId()));
|
|
|
+ //下发病人异常标识信息 对病人信息重新发送一下
|
|
|
if(update){
|
|
|
iBusPatientEntityService.sendPatientInfoToPump(param.getPatientId());
|
|
|
}
|