|
@@ -21,6 +21,7 @@ import org.apache.commons.lang.StringUtils;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.springframework.beans.BeanUtils;
|
|
import org.springframework.beans.BeanUtils;
|
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
import org.springframework.data.domain.PageImpl;
|
|
import org.springframework.data.domain.PageImpl;
|
|
import org.springframework.data.domain.PageRequest;
|
|
import org.springframework.data.domain.PageRequest;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
@@ -35,7 +36,7 @@ import java.util.*;
|
|
* CopyRight https://www.fuint.cn
|
|
* CopyRight https://www.fuint.cn
|
|
*/
|
|
*/
|
|
@Service
|
|
@Service
|
|
-@AllArgsConstructor
|
|
|
|
|
|
+@AllArgsConstructor(onConstructor_= {@Lazy})
|
|
public class MemberGroupServiceImpl extends ServiceImpl<MtUserGroupMapper, MtUserGroup> implements MemberGroupService {
|
|
public class MemberGroupServiceImpl extends ServiceImpl<MtUserGroupMapper, MtUserGroup> implements MemberGroupService {
|
|
|
|
|
|
private static final Logger logger = LoggerFactory.getLogger(CouponGroupServiceImpl.class);
|
|
private static final Logger logger = LoggerFactory.getLogger(CouponGroupServiceImpl.class);
|