Commit 3e8013b8 authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.7.16' into MVP1.7.16

parents 030b1b0a 6d28530e
......@@ -4633,6 +4633,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
sf.setFundStatus(CommonConstants.EIGHT_STRING);
sf.setFundReduceDate(null);
}
providentFund.setReduceHandleUser(user.getId());
providentFund.setReduceHandleTime(now);
providentFund.setHandleTime(now);
providentFund.setHandleUser(user.getId());
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