|
|
@@ -69,7 +69,7 @@ public class ApplyUserSpaceServiceImpl implements ApplyUserSpaceService {
|
|
|
}
|
|
|
|
|
|
// 判断是否已申请
|
|
|
- List<ApplyUserSpace> applyUserSpaces = applyUserSpaceDao.findByUserUUAndSpaceUUAndStatus(user.getUserUU(), userspace.getSpaceUU(), Status.TO_BE_CERTIFIED.getCode());
|
|
|
+ List<ApplyUserSpace> applyUserSpaces = applyUserSpaceDao.findByUserUUAndSpaceUUAndStatus(user.getUserUU(), userspace.getSpaceUU(), Status.UNAUDIT.getCode());
|
|
|
if (!CollectionUtils.isEmpty(applyUserSpaces)) {
|
|
|
throw new VisibleError("你已申请该企业,请耐心等待管理员审核");
|
|
|
}
|