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-complex-computation
chenzhihang
1 year ago
parent
198d14b382
commit
559c0020a0
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/mapper/AssetWorkflowDao.java
+1
-1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AssetWorkflowDaoMapper.xml
+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/mapper/AssetWorkflowDao.java
View File
@@ -11,5 +11,5 @@ public interface AssetWorkflowDao {
int insert(@Param("assetWorkflow") AssetWorkflow assetWorkflow);
int deleteByWorkFlowId(@Param("work
FlowId") Long workF
lowId);
int deleteByWorkFlowId(@Param("work
flowId") Long workf
lowId);
}
+ 1
- 1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/AssetWorkflowDaoMapper.xml
View File
@@ -11,7 +11,7 @@
<update id="deleteByWorkFlowId">
update asset_workflow
set state = 0
where work
_flow_id = #{workF
lowId}
where work
flow_id = #{workf
lowId}
</update>
<select id="getAssetWorkflow" resultType="com.ruoyi.platform.domain.AssetWorkflow">
Write
Preview
Loading…
Cancel
Save