修复已知问题
This commit is contained in:
@ -35,4 +35,8 @@ public interface HxDangerousSourceMapper {
|
||||
* @return map
|
||||
*/
|
||||
List<Map> selectAllLevelNumByDept(@Param("dept") String dept, @Param("sourceLevelParentId") String sourceLevelParentId);
|
||||
|
||||
int checkIsExist(String name);
|
||||
|
||||
void updateStatus(HxDangerousSource hxDangerousSource);
|
||||
}
|
||||
|
Reference in New Issue
Block a user