Commit 037182f5 by guojuxing

新增账号分组修改:有效值设置

parent 3c40f2f9
...@@ -22,6 +22,7 @@ public class AccountGroupServiceImpl implements AccountGroupService{ ...@@ -22,6 +22,7 @@ public class AccountGroupServiceImpl implements AccountGroupService{
Date now = new Date(); Date now = new Date();
dto.setUpdateTime(now); dto.setUpdateTime(now);
dto.setCreateTime(now); dto.setCreateTime(now);
dto.setStatus(1);
TabSysAccountGroup record = EntityUtil.changeEntityNew(TabSysAccountGroup.class, dto); TabSysAccountGroup record = EntityUtil.changeEntityNew(TabSysAccountGroup.class, dto);
return tabSysAccountGroupMapper.insert(record); return tabSysAccountGroupMapper.insert(record);
} }
......
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