insert into lab_reportinstr( bgdh,yq,xh,yljg,type,condition )values( #{bgdh},#{yq},#{xh},#{yljg},#{type},#{condition} ) delete from lab_reportinstr where bgdh = #{bgdh} and yq = #{yq} and xh = #{xh} update lab_reportinstr bgdh = #{bgdh}, type = #{type}, condition = #{condition}, yq = #{yq} where yq = #{yq} and xh = #{xh}