@@ -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>