jinlin
2024-07-15 878b3569173004ea52ad7c6a538abc86e056d5c8
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}