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

@@ -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);
}
}