修正了EvaluationMapper、ModelMapper中resultType的完整路径,并更正了GpuManageServiceImpl类中包名大小写及事务注解的导入,移除了pom.xml中的spring-cloud-starter-gateway依赖。

This commit is contained in:
Lpz
2025-06-05 11:40:33 +08:00
parent 94bfc4cc70
commit 0aff6e71ff
5 changed files with 5 additions and 9 deletions

View File

@ -19,7 +19,7 @@
</insert>
<!--查询模型列表-->
<select id="list" resultType="modelVO">
<select id="list" resultType="com.bipt.intelligentapplicationorchestrationservice.pojo.ModelVO">
select t1.*,
t2.id as versionId,t2.version, t2.version, t2.data_pre_handle_file, t2.operate_user, t2.update_time,
t2.status
@ -29,7 +29,7 @@
</select>
<!--查询模型详细信息-->
<select id="selectById" resultType="modelVersion">
<select id="selectById" resultType="com.bipt.intelligentapplicationorchestrationservice.pojo.ModelVersion">
SELECT
t1.model_name,
t2.version, t2.dataset_id, t2.model_config,