|
|
@@ -234,7 +234,7 @@ public class LocalBusInfusionHistoryService extends BaseService<BusInfusionHisto
|
|
|
.set(BusInfusionHistoryEntity::getIsUndo,true)
|
|
|
.set(BusInfusionHistoryEntity::getUndoBy,undo.getUndoBy())
|
|
|
.set(BusInfusionHistoryEntity::getDestroyer,undo.getDestroyer())
|
|
|
- .set(BusInfusionHistoryEntity::getUndoTime,undo.getUndoTime())
|
|
|
+ .set(BusInfusionHistoryEntity::getWitnesses,undo.getWitnesses())
|
|
|
.set(BusInfusionHistoryEntity::getUndoTime,undo.getUndoTime()));
|
|
|
}
|
|
|
patientService.update(new UpdateWrapper<BusPatientEntity>()
|