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>