|
|
|
@ -6,6 +6,7 @@ import com.air.applets.dto.LandDto;
|
|
|
|
|
import com.air.applets.dto.MeasureTrendDto; |
|
|
|
|
import com.air.applets.vo.LandVo; |
|
|
|
|
import com.air.common.Constant; |
|
|
|
|
import com.air.enums.LandListStatusEnum; |
|
|
|
|
import com.air.land.entity.LandListed; |
|
|
|
|
import com.air.land.entity.LandToList; |
|
|
|
|
import com.air.land.mapper.LandListedMapper; |
|
|
|
@ -93,6 +94,7 @@ public class LandToListServiceImpl extends ServiceImpl<LandToListMapper, LandToL
|
|
|
|
|
List<LandDto> landDtos = baseMapper.appletsLandToList(page, landVo); |
|
|
|
|
landDtos.forEach(landDto -> { |
|
|
|
|
landDto.setIsToBeListed("1"); |
|
|
|
|
landDto.setTransactionStatus(landVo.getTransactionStatus()); |
|
|
|
|
}); |
|
|
|
|
return landDtos; |
|
|
|
|
} |
|
|
|
|