Commit 76f653e5 by 墨竹

feat:权限

parent c32ea00d
...@@ -55,6 +55,7 @@ public class HaobanRoleServiceImpl implements HaobanRoleService { ...@@ -55,6 +55,7 @@ public class HaobanRoleServiceImpl implements HaobanRoleService {
public int insertBatch(List<TabHaobanRole> tabHaobanRoles) { public int insertBatch(List<TabHaobanRole> tabHaobanRoles) {
for (TabHaobanRole tabHaobanRole : tabHaobanRoles) { for (TabHaobanRole tabHaobanRole : tabHaobanRoles) {
tabHaobanRole.setCreateTime(new Date()); tabHaobanRole.setCreateTime(new Date());
tabHaobanRole.setUpdateTime(new Date());
} }
return tabHaobanRoleMapper.insertBatch(tabHaobanRoles); return tabHaobanRoleMapper.insertBatch(tabHaobanRoles);
} }
......
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