huliguo
2025-06-09 20a192cecb7fca5dbccd98f6f6b258c652f218f8
pt-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java
@@ -117,7 +117,7 @@
     * @param deptId 部门ID
     * @return 结果
     */
    public int deleteDeptById(Long deptId);
    public int deleteDeptById(@Param("deptId")Long deptId);
    IPage<SysDeptPageVO> page(@Param("page")IPage<SysDeptPageVO> page, @Param("name")String name);