wuxw
2022-08-25 61d8d27b3f6b4133ac3d347d524e7bb51169c861
springboot/src/main/java/com/java110/boot/smo/DefaultAbstractComponentSMO.java
@@ -388,7 +388,7 @@
    }
    private ResponseEntity<String> getStoreEnterCommunitys(IPageData pd, String storeId, String storeTypeCd, RestTemplate restTemplate) {
        ResultVo resultVo = null;
        ResultVo resultVo = getCommunityStoreInfoSMOImpl.getStoreEnterCommunitys(pd, storeId, storeTypeCd, restTemplate);
        return new ResponseEntity<String>(resultVo.getMsg(), resultVo.getCode() == ResultVo.CODE_OK ? HttpStatus.OK : HttpStatus.BAD_REQUEST);
    }