离线状态变更

This commit is contained in:
2025-09-04 18:40:08 +08:00
parent 429c0f1307
commit 452c37c4ca
4 changed files with 36 additions and 4 deletions

View File

@ -100,7 +100,6 @@ public class DeviceBJQBizService {
UpdateWrapper<Device> updateWrapper = new UpdateWrapper<>();
updateWrapper.eq("id", deviceId)
.eq("binding_user_id", AppLoginHelper.getUserId())
.set("send_msg", bo.getSendMsg());
deviceMapper.update(updateWrapper);