|
|
@ -369,7 +369,9 @@ public class LandListedServiceImpl extends ServiceImpl<LandListedMapper, LandLis |
|
|
|
private List<String> entityToList(LandListed data) { |
|
|
|
private List<String> entityToList(LandListed data) { |
|
|
|
List<String> list = new ArrayList<>(); |
|
|
|
List<String> list = new ArrayList<>(); |
|
|
|
//公告信息
|
|
|
|
//公告信息
|
|
|
|
|
|
|
|
list.add(data.getSystemId().toString()); |
|
|
|
list.add(data.getLandListedId()); |
|
|
|
list.add(data.getLandListedId()); |
|
|
|
|
|
|
|
|
|
|
|
list.add(data.getAnnoId()); |
|
|
|
list.add(data.getAnnoId()); |
|
|
|
list.add(data.getLandCode()); |
|
|
|
list.add(data.getLandCode()); |
|
|
|
list.add(data.getLandPosition()); |
|
|
|
list.add(data.getLandPosition()); |
|
|
|