点击查看请求id,基于请求id(工单ID)查找表中对应的responseid。
select * from SurveyResponseRequestMapping where workorderid=98;
然后在主表中删除这条数据
Survey_Response_Main
连接进入到数据库后执行删除操作即可删除视图。
delete from Survey_Response_Main where responseid=1202;