Ver Fonte

异常表示推送上位机重新处理

wangzl há 2 meses atrás
pai
commit
79d84304c8

+ 1 - 0
pump-web/src/main/java/com/tuoren/web/layer/controller/BusPatientController.java

@@ -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());
                 }