更新
1.处理审核接口保存审核人id
This commit is contained in:
+1
@@ -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())
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user