This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
优化模型版本生成
dev-lhz
chenzhihang
1 year ago
parent
61eb75a3f7
commit
a6cbdc54e7
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ModelDependency1DaoMapper.xml
+ 2
- 0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ModelDependency1DaoMapper.xml
View File
@@ -47,6 +47,7 @@
and identifier = #{identifier}
and version = #{version}
and state = 2
order by create_time desc limit 1
</select>
<select id="queryByTrainTask" resultType="com.ruoyi.platform.domain.ModelDependency1">
@@ -54,6 +55,7 @@
from model_dependency1
where JSON_CONTAINS(meta, #{trainTask})
and state = 2
order by create_time desc limit 1
</select>
<update id="deleteModel">
Write
Preview
Loading…
Cancel
Save