modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml
@@ -31,6 +31,15 @@ </where> limit 1 </select> <select id="getDiagramOfXDY" resultType="com.zt.life.modules.mainPart.taskReliability.model.ModelRbd"> select a.* from model_rbd a <where> a.is_delete = 0 and a.product_id =${productId} </where> limit 1 </select> <update id="deleteByModelId"> delete