测试问题项修改

This commit is contained in:
csyue 2024-05-31 15:04:51 +08:00
parent e547366f45
commit 16dc57e902
1 changed files with 3 additions and 0 deletions

View File

@ -262,6 +262,9 @@ public class SysUserServiceImpl implements ISysUserService {
user.setCompanyId(dept.getDeptId());
}
}*/
if (deptId == 100){
user.setCompanyId(deptId);
}
if (split.length == 2) {
//表示属于分公司
user.setCompanyId(sysDept.getDeptId());