pms-server/pms-business
chenhao 30c63b8c10 refactor(examine): 优化考核评分逻辑
- 移除 ExamineDetailServiceImpl 中的系统核算单独处理逻辑
- 在 ExamineUserServiceImpl 中新增系统核算处理方法- 更新 ExamineDto 和 ExamineUser 类,添加 selfScore 字段
- 修改数据库 mapper,增加 self_score 相关的 SQL 语句
- 优化工作日志查询 SQL,提高查询效率
2025-01-09 11:47:29 +08:00
..
src/main refactor(examine): 优化考核评分逻辑 2025-01-09 11:47:29 +08:00
pom.xml feat(examine): 实现系统考核功能 2025-01-06 10:31:50 +08:00