Commit 41f3ac0e authored by tianbo's avatar tianbo

refactor(amos-boot-module-jg): 优化使用登记列表查询 SQL

- 重构了 getListPage1 查询,使用 WITH 子句优化复杂查询结构 - 将设备过滤条件和公共主表过滤条件分离,提高可读性 - 使用 EXISTS 子查询替代左连接,提升查询性能 - 优化了字符串聚合和类别映射的处理方式 - 调整了排序和分页逻辑,提高查询效率
parent 44019c76
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