jinlin
2024-04-07 d9461a1740bbc5d8d03258e4db0722aa9655d712
modules/mainPart/src/main/resources/mapper/taskReliability/ModelNodeAlgorithmDao.xml
File was renamed from modules/mainPart/src/main/resources/mapper/basicInfo/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}