测试问题项修改
This commit is contained in:
parent
e547366f45
commit
16dc57e902
|
|
@ -262,6 +262,9 @@ public class SysUserServiceImpl implements ISysUserService {
|
||||||
user.setCompanyId(dept.getDeptId());
|
user.setCompanyId(dept.getDeptId());
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
|
if (deptId == 100){
|
||||||
|
user.setCompanyId(deptId);
|
||||||
|
}
|
||||||
if (split.length == 2) {
|
if (split.length == 2) {
|
||||||
//表示属于分公司
|
//表示属于分公司
|
||||||
user.setCompanyId(sysDept.getDeptId());
|
user.setCompanyId(sysDept.getDeptId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue