jinlin
2024-07-17 442a635882a5973c9f3401a30bcfa0a43434fa74
modules/mainPart/src/main/resources/mapper/taskReliability/TaskPhaseModelDao.xml
@@ -9,8 +9,8 @@
             , a.NAME         as operatConditName
             , a.id           as operatConditId
             , case
                   when b.id is null then 0
                   else 1 end as isCheck
                   when b.operat_condit_duration_rate >'0' then 1
                   else 0 end as isCheck
        FROM operat_condit a
                 left join task_phase_model b
                           on a.id = b.operat_condit_id and b.is_delete = 0 and b.phase_id = ${phaseId}