浏览代码

add
新增阿里云回调信息

18339543638 5 月之前
父节点
当前提交
9dd5b20fa5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tr-modules/tr-module-airway/src/main/resources/mapper/airway/BizDeviceMapper.xml

+ 1 - 1
tr-modules/tr-module-airway/src/main/resources/mapper/airway/BizDeviceMapper.xml

@@ -44,6 +44,6 @@
     </select>
 
     <update id="updateDeviceCount">
-        update biz_device set count =(select count(1) from biz_video where device_code = #{deviceCode}) where device_code= #{deviceCode}'
+        update biz_device set count =(select count(1) from biz_video where device_code = #{deviceCode}) where device_code= #{deviceCode}
     </update>
 </mapper>