jinlin
2024-11-07 d0e1a3fb24d0ee76aa4ef1b0e042392b4d3ac794
modules/mainPart/src/main/resources/mapper/taskReliability/ModelNodeDao.xml
@@ -20,7 +20,9 @@
    <select id="getListByModelId" resultType="com.zt.life.modules.mainPart.taskReliability.model.ModelNode">
        select a.*
        from model_node a
        where model_id=#{modelId}
        where
            a.is_delete = 0
            and model_id=#{modelId}
    </select>
    <update id="deleteByModelId">