完成账户库管理功能开发与验收

This commit is contained in:
wjj
2026-04-14 10:16:16 +08:00
parent 9c22e8a3ce
commit 1bb24ab0a2
32 changed files with 4825 additions and 15 deletions

View File

@@ -86,6 +86,7 @@
e.staff_id,
e.name,
e.dept_id,
e.id_card,
d.dept_name
FROM ccdi_base_staff e
LEFT JOIN sys_dept d ON e.dept_id = d.dept_id