Browse Source

Merge branch 'develop' of http://git.ycjcjy.com/marketing/services into develop

傅行帆 3 years ago
parent
commit
b5b9eaf41f

+ 1
- 1
src/main/java/com/yunzhi/marketing/xlk/controller/ChannelCustomerController.java View File

269
         // 所属楼盘
269
         // 所属楼盘
270
         TaBuilding taBuilding = null;
270
         TaBuilding taBuilding = null;
271
         if (null != customer.getBuildingId()) {
271
         if (null != customer.getBuildingId()) {
272
-            iTaBuildingService.getById(customer.getBuildingId());
272
+            taBuilding = iTaBuildingService.getById(customer.getBuildingId());
273
         }
273
         }
274
 
274
 
275
         // 跟进信息
275
         // 跟进信息