|
|
@ -120,6 +120,7 @@ public class RentTenantInfoServiceImpl extends BaseServiceImpl<RentTenantInfoDao |
|
|
|
Map<String, Object> params = new HashMap<>(4); |
|
|
|
params.put("idCard", dto.getIdCard()); |
|
|
|
params.put("state", NumConstant.ONE_STR); |
|
|
|
params.put("customerId", loginUserUtil.getLoginUserCustomerId()); |
|
|
|
if (!list(params).isEmpty()) { |
|
|
|
return new Result().error("用户已通过审核"); |
|
|
|
} |
|
|
|