Browse Source

非居民报名活动失败,重复提示去除

dev_shibei_match
zhangyongzhangyong 5 years ago
parent
commit
95986bbd22
  1. 3
      epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/ActUserRelationServiceImpl.java

3
epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/ActUserRelationServiceImpl.java

@ -307,9 +307,6 @@ public class ActUserRelationServiceImpl extends BaseServiceImpl<ActUserRelationD
}
}
}
} else {
logger.info(EpmetErrorCode.CANNOT_AUDIT_WARM.getMsg());
throw new RenException(EpmetErrorCode.CANNOT_AUDIT_WARM.getCode());
}
return satisfy;
}

Loading…
Cancel
Save