diff --git a/src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustAlterApplyServiceImpl.java b/src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustAlterApplyServiceImpl.java index cb11f05..0f5c23a 100644 --- a/src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustAlterApplyServiceImpl.java +++ b/src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustAlterApplyServiceImpl.java @@ -142,6 +142,7 @@ public class EntrustAlterApplyServiceImpl extends ServiceImpllambdaUpdate() .eq(EntrustAlterApply::getId, approveDTO.getId()) + .set(EntrustAlterApply::getReviewer, SecurityUtils.getUser().getId()) .set(EntrustAlterApply::getStatus, status.getStatus()) .set(EntrustAlterApply::getReason, approveDTO.getReason()) );