xyc
2024-08-02 300b8b3de2fbb30cecf30efe13930836167fe692
modules/mainPart/src/main/resources/mapper/taskReliability/TaskPhaseModelDao.xml
@@ -24,6 +24,7 @@
        FROM
            task_phase_model a
        where a.is_delete = 0
          and a.operat_condit_duration_rate > 0
          and a.phase_id=#{phaseId}
    </select>