修改移动端手表绑定接口
This commit is contained in:
+1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user