update 设置dept等级

This commit is contained in:
2023-11-10 15:18:10 +08:00
parent 5daad34fe7
commit 140726f388
2 changed files with 3 additions and 0 deletions

View File

@@ -317,6 +317,7 @@ public class SysDeptServiceImpl implements SysDeptService {
dept.setParentId(parentDeptId);
dept.setOrderNum(Constants.zero);
dept.setDeptName(StringUtils.trim(stationName));
dept.setDeptLevel("3");
dept.setLeader(StringUtils.trim(stationAdminName));
dept.setPhone(StringUtils.trim(stationTel));
dept.setStatus(Constants.ZERO);