xyc
2024-08-02 c80aedf517205fd50e608efc17ead73a3667d506
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>