identificationOfCultivatedL.../OpenAuth.Repository
陈伟 029de38da8 refactor(workflow): 优化工作流查询逻辑并修复数据类型问题
- 将Detail接口返回类型从ApiResponseDto<string>改为ApiResponseDto<dynamic>
- 修复IllegalConstructionAssessment实体中Type字段类型从string改为int
- 启用PostgreSQL SQL日志输出便于调试
- 重构工作流待办查询逻辑,使用多表连接替代复杂子查询
- 优化流程实例、节点和违建评估表的数据关联查询
- 移除原有的低效循环查询方式,提升查询性能
- 完善流程查询结果DTO的数据映射和空值处理逻辑
2026-02-06 14:51:40 +08:00
..
Core 基础代码提交 2026-02-04 10:30:49 +08:00
Domain refactor(workflow): 优化工作流查询逻辑并修复数据类型问题 2026-02-06 14:51:40 +08:00
ISugarRepositiry.cs 基础代码提交 2026-02-04 10:30:49 +08:00
OpenAuth.Repository.csproj 基础代码提交 2026-02-04 10:30:49 +08:00
SugarDbContext.cs feat(domain): 添加违法建设鉴定表实体和数据库配置 2026-02-04 14:36:56 +08:00
SugarRepositiry.cs 基础代码提交 2026-02-04 10:30:49 +08:00