jinlin
2024-06-28 cffbff8eb7af88fb4d8f9d3f6ce77f46e97ddf39
modules/mainPart/src/main/resources/mapper/taskReliability/AlgorithmDao.xml
@@ -6,7 +6,9 @@
    <select id="getListByModelId" resultType="com.zt.life.modules.mainPart.taskReliability.model.Algorithm">
        select a.*
        from algorithm a
        where model_id=#{modelId}
        where
            a.is_delete = 0
            and model_id=#{modelId}
        order by step
    </select>