mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-26 23:17:50 +08:00
修复状态设置错误 #1658
This commit is contained in:
parent
34cc8251e2
commit
0e1267ef00
@ -209,7 +209,7 @@ public interface DeviceChannelMapper {
|
|||||||
int batchAdd(@Param("addChannels") List<DeviceChannel> addChannels);
|
int batchAdd(@Param("addChannels") List<DeviceChannel> addChannels);
|
||||||
|
|
||||||
|
|
||||||
@Update(value = {"UPDATE wvp_device_channel SET status='OFF' WHERE id=#{id}"})
|
@Update(value = {"UPDATE wvp_device_channel SET status='ON' WHERE id=#{id}"})
|
||||||
void online(@Param("id") int id);
|
void online(@Param("id") int id);
|
||||||
|
|
||||||
@Update({"<script>" +
|
@Update({"<script>" +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user