Commit e1d86c59 authored by fangxinjiang's avatar fangxinjiang

公积金派减办理人和办理时间赋值-fxj

parent 494069d7
...@@ -4636,6 +4636,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4636,6 +4636,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
sf.setFundStatus(CommonConstants.EIGHT_STRING); sf.setFundStatus(CommonConstants.EIGHT_STRING);
sf.setFundReduceDate(null); sf.setFundReduceDate(null);
} }
providentFund.setReduceHandleUser(user.getId());
providentFund.setReduceHandleTime(now);
providentFund.setHandleTime(now); providentFund.setHandleTime(now);
providentFund.setHandleUser(user.getId()); providentFund.setHandleUser(user.getId());
providentFund.setHandleUserName(user.getNickname()); providentFund.setHandleUserName(user.getNickname());
......
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