Browse Source

模型演化改造

pull/60/head
fanshuai 1 year ago
parent
commit
6e5fedb103
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ModelDependencyDaoMapper.xml

+ 1
- 1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ModelDependencyDaoMapper.xml View File

@@ -321,7 +321,7 @@
state = #{state}, state = #{state},
</if> </if>
</set> </set>
where id = #{id} and state = 1
where id = #{id}
</update> </update>


<!--通过主键删除--> <!--通过主键删除-->


Loading…
Cancel
Save