jinlin
2024-07-16 ee2a27313fbf5e7741644f9f3701d243487dbaa4
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>