refactor(sql):优化仓库主表查询SQL别名命名

- 将oa_requirements表的别名从or改为req- 统一SQL查询中的表别名命名规范
- 避免与数据库关键字冲突的可能性
This commit is contained in:
2025-10-18 16:42:10 +08:00
parent 61c00bb4ec
commit 8b498405af
3 changed files with 50 additions and 10 deletions

View File

@@ -67,6 +67,11 @@
<artifactId>kfpt-sdk</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
</dependency>
</dependencies>