升级oshi到最新版本6.1.6

This commit is contained in:
RuoYi
2022-05-11 09:55:07 +08:00
parent ef1cf982e3
commit 5142e2d668
3 changed files with 3 additions and 16 deletions

View File

@ -176,7 +176,7 @@ public class SysDeptServiceImpl implements ISysDeptService
public boolean checkDeptExistUser(Long deptId)
{
int result = deptMapper.checkDeptExistUser(deptId);
return result > 0 ? true : false;
return result > 0;
}
/**