modules/mainPart/src/main/resources/mapper/taskReliability/TaskRepairParamDao.xml
@@ -47,4 +47,14 @@ on e.task_id = d.task_id and e.phase_id = d.phase_id and e.equip_type = d.equip_type </select> <select id="getTaskRepairParams" resultType="com.zt.life.modules.mainPart.taskReliability.model.TaskRepairParam"> select a.* from task_repair_param a where a.IS_DELETE=0 <if test="shipId!=null"> and a.task_id = #{taskModelId} </if> </select> </mapper>