修改移动端手表绑定接口

This commit is contained in:
wanghao
2026-03-12 17:28:52 +08:00
parent bd9fece99c
commit 237df3ef38
@@ -357,6 +357,7 @@ public class WatchDeviceServiceImpl extends ServiceImpl<WatchDeviceMapper, Watch
dto.setBindUserId(GlobalUtils.getLoginUser().getId());
dto.setWatchNo(watchNo);
dto.setBindDate(new Date());
dto.setChangeUser(false);
return bindUser(dto);
}