|
@ -97,6 +97,7 @@ public class RentDeathServiceImpl extends BaseServiceImpl<RentDeathDao, RentDeat |
|
|
|
|
|
|
|
|
dto.setIdCard(result.getData().getIdCard()); |
|
|
dto.setIdCard(result.getData().getIdCard()); |
|
|
dto.setMobile(result.getData().getMobile()); |
|
|
dto.setMobile(result.getData().getMobile()); |
|
|
|
|
|
dto.setGridId(result.getData().getGridId()); |
|
|
Map<String, Object> params = new HashMap<>(4); |
|
|
Map<String, Object> params = new HashMap<>(4); |
|
|
params.put("idCard", dto.getIdCard()); |
|
|
params.put("idCard", dto.getIdCard()); |
|
|
if (!list(params).isEmpty()) { |
|
|
if (!list(params).isEmpty()) { |
|
|