jinlin
2024-08-02 826cd5b51d5106cfea07e397eda184fb15ec7a30
modules/mainPart/src/main/resources/mapper/taskReliability/TaskPhaseModelDao.xml
@@ -16,6 +16,7 @@
                           on a.id = b.operat_condit_id and b.is_delete = 0 and b.phase_id = ${phaseId}
        WHERE a.IS_DELETE = 0
          and a.product_id = ${productId}
        order by a.CREATE_DATE
    </select>
</mapper>