feat(sis):

- 新增访客管理相关接口和数据结构
- 实现访客登记和二维码生成功能
This commit is contained in:
2025-08-12 17:51:28 +08:00
parent 0dd0336724
commit 54c423b8cb
21 changed files with 255 additions and 194 deletions

View File

@@ -11,6 +11,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN sis_auth_record c
ON c.target_id = b.id
AND c.group_id = b.auth_group_id
WHERE a.remote_img_id = #{personId};
WHERE a.remote_hw_id = #{personId};
</select>
</mapper>