You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zch 7caa10f7a0 fix(system): 修复根据 ID 查询部门信息时的潜在问题(工作流调用时候)
- 在 selectDeptById 方法中添加了对 deptId 参数的空值检查,避免不必要的缓存查询
- 在 selectDeptNameByIds 方法中增加了对 id 的非空判断,提高了代码的健壮性
- 优化了缓存注解的使用,添加了 condition 属性以减少不必要的缓存操作
2 weeks ago
..
src/main fix(system): 修复根据 ID 查询部门信息时的潜在问题(工作流调用时候) 2 weeks ago
Dockerfile Initial 7 months ago
pom.xml update 代码生成配置优化 6 months ago