xyc
2025-01-08 c8c42a473eb1269d8c9eed26b90975340850b0ea
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">