Commit b22fe249 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent b12263f3
......@@ -106,5 +106,5 @@ public interface SysDeptMapper extends BaseMapper<SysDept> {
void updateAllAncestors(@Param("projectNo")String projectNo,
@Param("oldStr")String oldStr,
@Param("newStr")String newStr,
@Param("deptId")String deptId);
@Param("deptId")long deptId);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment