|
|
|
@ -407,7 +407,7 @@ public class LandListedServiceImpl extends ServiceImpl<LandListedMapper, LandLis
|
|
|
|
|
list.add(data.getOvePosition()); |
|
|
|
|
list.add(data.getLonLatBd()); |
|
|
|
|
//成交信息
|
|
|
|
|
list.add(data.getDeal().equals("1") ? "是" : "否"); |
|
|
|
|
list.add("1".equals(data.getDeal()) ? "是" : "否"); |
|
|
|
|
list.add(data.getTransferMode()); |
|
|
|
|
list.add(data.getAssignee()); |
|
|
|
|
list.add(data.getLandEnterpriseShort()); |
|
|
|
|