xyc
2024-03-21 ac18080bb1eecb943599f4a1c8842718d089485f
modules/mainPart/src/main/resources/mapper/taskReliability/ModelNodeAlgorithmDao.xml
@@ -16,6 +16,13 @@
            ORDER BY ${orderBySql}
        </if>
    </select>
    <select id="getListByModelId" resultType="com.zt.life.modules.mainPart.taskReliability.model.ModelNode">
        select a.*
        from model_node_algorithm a
        where
            a.is_delete = 0
            and model_id=#{modelId}
    </select>
    <update id="deleteByModelId">
        delete from model_node_algorithm where model_id=#{modelId}