huliguo
2025-07-03 e3a2245265516fef78b4737d6fffc939e7c5e0af
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);