This commit is contained in:
2025-12-12 12:04:01 +08:00
parent 95a488be12
commit 420e2525be
2 changed files with 3 additions and 2 deletions

View File

@@ -68,7 +68,7 @@
<select id="selectDeptRoleList" resultMap="DeptRoleVOResultMap">
SELECT
SELECT DISTINCT
dr.dept_id,
d.name AS dept_name,
d.description AS dept_description,