|
|
|
|
445
|
//更新直播城市
|
445
|
//更新直播城市
|
446
|
TaLiveActivity taLiveActivity = new TaLiveActivity();
|
446
|
TaLiveActivity taLiveActivity = new TaLiveActivity();
|
447
|
taLiveActivity.setCityId(building.getCityId());
|
447
|
taLiveActivity.setCityId(building.getCityId());
|
|
|
448
|
+ taLiveActivity.setBuildingId(building.getBuildingId());
|
448
|
QueryWrapper<TaLiveActivity> taLiveActivityQueryWrapper = new QueryWrapper<>();
|
449
|
QueryWrapper<TaLiveActivity> taLiveActivityQueryWrapper = new QueryWrapper<>();
|
449
|
taLiveActivityQueryWrapper.eq("building_id", building.getBuildingId());
|
450
|
taLiveActivityQueryWrapper.eq("building_id", building.getBuildingId());
|
450
|
taLiveActivityMapper.update(taLiveActivity, taLiveActivityQueryWrapper);
|
451
|
taLiveActivityMapper.update(taLiveActivity, taLiveActivityQueryWrapper);
|