|
|
@ -142,6 +142,7 @@ public class EntrustAlterApplyServiceImpl extends ServiceImpl<EntrustAlterApplyM |
|
|
|
return super.update( |
|
|
|
return super.update( |
|
|
|
Wrappers.<EntrustAlterApply>lambdaUpdate() |
|
|
|
Wrappers.<EntrustAlterApply>lambdaUpdate() |
|
|
|
.eq(EntrustAlterApply::getId, approveDTO.getId()) |
|
|
|
.eq(EntrustAlterApply::getId, approveDTO.getId()) |
|
|
|
|
|
|
|
.set(EntrustAlterApply::getReviewer, SecurityUtils.getUser().getId()) |
|
|
|
.set(EntrustAlterApply::getStatus, status.getStatus()) |
|
|
|
.set(EntrustAlterApply::getStatus, status.getStatus()) |
|
|
|
.set(EntrustAlterApply::getReason, approveDTO.getReason()) |
|
|
|
.set(EntrustAlterApply::getReason, approveDTO.getReason()) |
|
|
|
); |
|
|
|
); |
|
|
|