人员完善,组织中

This commit is contained in:
lhx
2025-11-28 18:22:45 +08:00
parent df315d455a
commit d14fc0cc09
7 changed files with 91 additions and 4 deletions

View File

@@ -19,4 +19,7 @@
inner join org or1 on o.parent_id = or1.id
) SELECT id from org;
</select>
<select id="getList" resultType="com.dc.dc_project.model.vo.OrgVo">
select
</select>
</mapper>