魏超 5 年前
父节点
当前提交
0519280d2f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/main/java/com/huiju/estateagents/service/impl/TaBuildingServiceImpl.java

+ 1
- 0
src/main/java/com/huiju/estateagents/service/impl/TaBuildingServiceImpl.java 查看文件

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);