1098226878
2021-08-26 a0705c0be326a28922a30daec022e120f754fff7
service-front/src/main/java/com/java110/front/components/community/EnterCommunityComponent.java
old mode 100644 new mode 100755
@@ -15,7 +15,6 @@
@Component("enterCommunity")
public class EnterCommunityComponent {
    @Autowired
    private ICommunityServiceSMO communityServiceSMOImpl;
@@ -32,9 +31,8 @@
        } catch (Exception e) {
            responseEntity = new ResponseEntity<String>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR);
        } finally {
            return responseEntity;
        }
        return responseEntity;
    }