Kaynağa Gözat

重构上传视频回调接口

tags/v1.0.0^2
wanjing 1 yıl önce
ebeveyn
işleme
476f6fb7ac
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. +0
    -4
      tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml

+ 0
- 4
tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml Dosyayı Görüntüle

@@ -199,9 +199,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="name != null">
`name` = #{name,jdbcType=VARCHAR},
</if>
<if test="streamId != null">
stream_id = #{streamId,jdbcType=INTEGER},
</if>
<if test="equipmentId != null">
equipment_id = #{equipmentId,jdbcType=VARCHAR},
</if>
@@ -307,7 +304,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update th_inspection
set code = #{code,jdbcType=VARCHAR},
`name` = #{name,jdbcType=VARCHAR},
stream_id = #{streamId,jdbcType=INTEGER},
equipment_id = #{equipmentId,jdbcType=VARCHAR},
equipment_mount_id = #{equipmentMountId,jdbcType=VARCHAR},
cloud_box_id = #{cloudBoxId,jdbcType=VARCHAR},

Yükleniyor…
İptal
Kaydet