zhj hace 2 años
padre
commit
c02cc99da7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/mapper/VideoMonitorMapper.xml

+ 1 - 1
src/main/resources/mapper/VideoMonitorMapper.xml

@@ -51,7 +51,7 @@
         update
         video_monitor v
         set
-        v.status = #{isInspect},
+        v.status = #{isInspect}
         where v.lamp_pole_id = #{lampPoleId}
     </update>