jinlin
2024-08-02 0d2203b4027ae3bf524d63da67202e778648e4cf
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>