mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 设置dept等级
This commit is contained in:
@@ -313,6 +313,8 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
|
||||
sysDept.setLeader(pileStationInfo.getStationAdminName());
|
||||
sysDept.setPhone(pileStationInfo.getStationTel());
|
||||
sysDept.setUpdateTime(DateUtils.getNowDate());
|
||||
sysDept.setDeptLevel("3");
|
||||
// 修改站点对应的部门
|
||||
sysDeptService.updateDept(sysDept);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user