【fix sonar】ISysDepartService文件

This commit is contained in:
梁琦涛
2023-03-10 15:03:05 +08:00
parent 00afe8073c
commit 2ccdfacbb0
@@ -49,13 +49,6 @@ public interface ISysDepartService extends IService<SysDepart>{
*/ */
Boolean updateDepartDataById(SysDepart sysDepart,String username); Boolean updateDepartDataById(SysDepart sysDepart,String username);
/**
* 删除depart数据
* @param id
* @return
*/
/* boolean removeDepartDataById(String id); */
/** /**
* 根据关键字搜索相关的部门数据 * 根据关键字搜索相关的部门数据
* @param keyWord * @param keyWord