From dade2854b163261abfe06719fccb0801eba00531 Mon Sep 17 00:00:00 2001 From: Li Keqing Date: Fri, 27 Dec 2024 15:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BA=A7=E8=81=94=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=8E=A8=E6=88=90=200=20=E5=92=8C=201=20=E8=80=8C?= =?UTF-8?q?=E4=B8=8D=E6=98=AF=20ON=20=E5=92=8C=20OFF=20=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../genersoft/iot/vmp/gb28181/dao/CommonGBChannelMapper.java | 2 +- .../iot/vmp/gb28181/service/impl/GbChannelServiceImpl.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/gb28181/dao/CommonGBChannelMapper.java b/src/main/java/com/genersoft/iot/vmp/gb28181/dao/CommonGBChannelMapper.java index a00ef36e..cf344dd8 100644 --- a/src/main/java/com/genersoft/iot/vmp/gb28181/dao/CommonGBChannelMapper.java +++ b/src/main/java/com/genersoft/iot/vmp/gb28181/dao/CommonGBChannelMapper.java @@ -152,7 +152,7 @@ public interface CommonGBChannelMapper { " SET gb_status = #{status}" + " WHERE id = #{gbId}"+ " "}) - int updateStatusById(@Param("gbId") int gbId, @Param("status") int status); + int updateStatusById(@Param("gbId") int gbId, @Param("status") String status); @Update("