魏超 5 år sedan
förälder
incheckning
0519280d2f

+ 1
- 0
src/main/java/com/huiju/estateagents/service/impl/TaBuildingServiceImpl.java Visa fil

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