wente
2024-08-19 6bae24b32e3196f5e01d4a9fed62a4e51528b809
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>