|
|
@ -137,8 +137,8 @@ public class IcHouseServiceImpl extends BaseServiceImpl<IcHouseDao, IcHouseEntit |
|
|
|
* @date 2021/11/3 3:30 下午 |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public List<String> selectHouseInfoByIdCard(String idCard) { |
|
|
|
List<String> result = baseDao.selectHouseInfoByIdCard(idCard); |
|
|
|
public List<String> selectHouseInfoByIdCard(String idCard,String customerId) { |
|
|
|
List<String> result = baseDao.selectHouseInfoByIdCard(idCard,customerId); |
|
|
|
if (CollectionUtils.isEmpty(result)){ |
|
|
|
return new ArrayList<>(); |
|
|
|
} |
|
|
|