修复状态设置错误 #1658

pull/1669/head
648540858 2024-10-25 14:47:17 +08:00
parent 34cc8251e2
commit 0e1267ef00
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ public interface DeviceChannelMapper {
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);
@Update({"<script>" +