feat(web): 优化数据资源和数据文件查询逻辑
- 新增 listPredicate 方法统一处理查询逻辑- 优化了 DataResourceService 和 DataFileService 的查询性能 - 重构了 EntityHelper 类,增加了 checkNeededEntityPrediction 方法 - 调整了 AuthenticationService、CheckOrderService 和 ConfirmationService 的查询逻辑 - 更新了前端 dialog-permission.js 组件
This commit is contained in:
4
.idea/compiler.xml
generated
4
.idea/compiler.xml
generated
@@ -7,8 +7,8 @@
|
||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="gringotts-web" />
|
||||
<module name="gringotts-chain" />
|
||||
<module name="gringotts-web" />
|
||||
<module name="gringotts-core" />
|
||||
<module name="gringotts-gateway" />
|
||||
<module name="gringotts-forest" />
|
||||
@@ -24,7 +24,7 @@
|
||||
<module name="gringotts-core" options="-parameters" />
|
||||
<module name="gringotts-forest" options="-parameters" />
|
||||
<module name="gringotts-gateway" options="-parameters" />
|
||||
<module name="gringotts-web" options="-parameters" />
|
||||
<module name="gringotts-web" options="-parameters -processor lombok.launch.AnnotationProcessorHider$AnnotationProcessor,org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor" />
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
Reference in New Issue
Block a user