修复状态设置错误 #1658

This commit is contained in:
648540858
2024-10-25 14:47:17 +08:00
parent 34cc8251e2
commit 0e1267ef00

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>" +