|
@ -122,7 +122,7 @@ public class RentTenantInfoServiceImpl extends BaseServiceImpl<RentTenantInfoDao |
|
|
params.put("state", NumConstant.ONE_STR); |
|
|
params.put("state", NumConstant.ONE_STR); |
|
|
params.put("customerId", loginUserUtil.getLoginUserCustomerId()); |
|
|
params.put("customerId", loginUserUtil.getLoginUserCustomerId()); |
|
|
if (!list(params).isEmpty()) { |
|
|
if (!list(params).isEmpty()) { |
|
|
return new Result().error("用户已通过审核"); |
|
|
return new Result().error("提交失败,用户已通过审核"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// List<IcResiUserAttachmentDTO> images = new ArrayList<>();
|
|
|
// List<IcResiUserAttachmentDTO> images = new ArrayList<>();
|
|
|