refactor(sql):优化仓库主表查询SQL别名命名
- 将oa_requirements表的别名从or改为req- 统一SQL查询中的表别名命名规范 - 避免与数据库关键字冲突的可能性
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user