Commit 059a0037 by huluobin

update

parent 85dbf843
......@@ -115,6 +115,7 @@ public class AgentUserServiceImpl extends ServiceImpl<AgentUserMapper, AgentUser
agentUser.setCurrentStartTime(LocalDateTime.now());
agentUser.setDueDate(LocalDateTime.now().plusYears(1));
agentUser.setCreateUser(customer.getNickname());
agentUser.setDueDate(LocalDateTime.now().plusYears(1));
agentUserMapper.insert(agentUser);
......
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