缺少 @Override

This commit is contained in:
RuoYi
2020-05-16 17:16:44 +08:00
parent 59e2d4a2df
commit 9c54c5c37d
2 changed files with 4 additions and 3 deletions

View File

@ -285,6 +285,7 @@ public class SysDeptServiceImpl implements ISysDeptService
* @param deptId 部门ID
* @return 子部门数
*/
@Override
public int selectNormalChildrenDeptById(Long deptId)
{
return deptMapper.selectNormalChildrenDeptById(deptId);