xyc
2025-02-21 664db98c9e8595ce4dd636a27f480e3a08b81ff5
modules/mainPart/src/main/resources/mapper/taskReliability/ModelNodeAlgorithmDao.xml
@@ -24,6 +24,15 @@
            and model_id=#{modelId}
    </select>
    <select id="getRbdNodes" resultType="com.zt.life.modules.mainPart.taskReliability.model.ModelNodeAlgorithm">
        select a.*
        from model_node_algorithm a
        where
            a.is_delete = 0
          and a.node_type = 'node'
        order by a.model_id, a.data_id
    </select>
    <update id="deleteByModelId">
        delete from model_node_algorithm where model_id=#{modelId}
    </update>