xyc
2024-08-13 ecd2f8acec4e743e18d978b7e0a1bb92bd17e70e
modules/mainPart/src/main/resources/mapper/taskReliability/TaskPhaseModelDao.xml
@@ -18,5 +18,14 @@
          and a.product_id = ${productId}
        order by a.CREATE_DATE
    </select>
    <select id="getListByPhaseId" resultType="com.zt.life.modules.mainPart.taskReliability.model.TaskPhaseModel">
        SELECT
            a.*
        FROM
            task_phase_model a
        where a.is_delete = 0
          and a.operat_condit_duration_rate > 0
          and a.phase_id=#{phaseId}
    </select>
</mapper>