|
@@ -445,6 +445,7 @@ public class TaBuildingServiceImpl extends ServiceImpl<TaBuildingMapper, TaBuild
|
445
|
445
|
//更新直播城市
|
446
|
446
|
TaLiveActivity taLiveActivity = new TaLiveActivity();
|
447
|
447
|
taLiveActivity.setCityId(building.getCityId());
|
|
448
|
+ taLiveActivity.setBuildingId(building.getBuildingId());
|
448
|
449
|
QueryWrapper<TaLiveActivity> taLiveActivityQueryWrapper = new QueryWrapper<>();
|
449
|
450
|
taLiveActivityQueryWrapper.eq("building_id", building.getBuildingId());
|
450
|
451
|
taLiveActivityMapper.update(taLiveActivity, taLiveActivityQueryWrapper);
|