|
@@ -72,7 +72,7 @@ public class LargeHousingLandServiceImpl extends ServiceImpl<PlatHousingLandMapp
|
|
|
if (StringUtils.isNotNull(largePlatHousingLand.getAcreage())){
|
|
|
lqw.eq(LargeHousingLand::getAcreage ,largePlatHousingLand.getAcreage());
|
|
|
}
|
|
|
- if (StringUtils.isNotBlank(largePlatHousingLand.getType())){
|
|
|
+ if (StringUtils.isNotNull(largePlatHousingLand.getType())){
|
|
|
lqw.eq(LargeHousingLand::getType ,largePlatHousingLand.getType());
|
|
|
}
|
|
|
if (StringUtils.isNotNull(largePlatHousingLand.getConstructionTime())){
|