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}