mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
修复新增角色时排序号无效
This commit is contained in:
@@ -148,6 +148,7 @@ public class SystemAuthRoleServiceImpl implements ISystemAuthRoleService {
|
||||
SystemAuthRole model = new SystemAuthRole();
|
||||
model.setName(systemAuthRoleParam.getName().trim());
|
||||
model.setRemark(systemAuthRoleParam.getRemark());
|
||||
model.setSort(systemAuthRoleParam.getSort());
|
||||
model.setIsDisable(systemAuthRoleParam.getIsDisable());
|
||||
model.setCreateTime(System.currentTimeMillis() / 1000);
|
||||
model.setUpdateTime(System.currentTimeMillis() / 1000);
|
||||
|
||||
Reference in New Issue
Block a user