This commit is contained in:
parent
836b0d97da
commit
0e4a7bb6a4
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue