This commit is contained in:
liang.chao 2025-12-11 10:28:58 +08:00
parent 836b0d97da
commit 0e4a7bb6a4
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class ProjectServiceImpl implements ProjectService {
@Transactional(rollbackFor = Exception.class)
public AjaxResult agreeRectification(RectificationDto dto) {
try {
dto.setAuditDept(AuthUtil.getUser().getDeptId().toString());
dto.setAuditDept(AuthUtil.getUser().getDeptId());
dto.setAuditStatus("1");
// 更新审核状态
fileManageMapper.updateTransferAudit(dto);