mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 设置dept等级
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user