Commit 564acc30 authored by 耿迪迪's avatar 耿迪迪

设置归档人归档时间

parent cbab7d05
...@@ -240,6 +240,9 @@ public class TDangerServiceImpl implements ITDangerService ...@@ -240,6 +240,9 @@ public class TDangerServiceImpl implements ITDangerService
}else{ }else{
//update.setApprovalStatus(String.valueOf(status+1)); //update.setApprovalStatus(String.valueOf(status+1));
update.setStatus(4); update.setStatus(4);
//设置归档人归档时间
update.setFileId(SecurityUtils.getLoginUser().getUser().getUserId());
update.setFileTime(new Date());
} }
} }
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment