|
@@ -319,8 +319,9 @@ public class TmEstateServiceImpl extends ServiceImpl<TmEstateDao, TmEstate> impl
|
|
|
tmHouse.setBelongCompanyId(tmEstate.getBelongCompanyId());
|
|
|
tmHouse.setBelongCompanyName(tmEstate.getBelongCompanyName());
|
|
|
tmHouse.setEstateName(tmEstate.getEstateName());
|
|
|
- tmHouse.setIsShow("1");
|
|
|
+ tmHouse.setIsShow("0");
|
|
|
tmHouse.setStatus(0);
|
|
|
+ tmHouse.setType(1);
|
|
|
tmHouseService.insertNew(tmHouse);
|
|
|
Map<String , Object> resultMap = new HashMap<>(1);
|
|
|
resultMap.put("houseId" , tmHouse.getId());
|