xyc
2024-09-28 05a4c18628bba5010c0ce423408cc5f40f864ee0
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>