|
@@ -13,6 +13,7 @@ import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
import javax.annotation.Resource;
|
|
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
import java.util.HashMap;
|
|
import java.util.HashMap;
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
@@ -42,6 +43,7 @@ public class ButlerService {
|
|
|
private ButlerAssignmentMapper butlerAssignmentMapper;
|
|
private ButlerAssignmentMapper butlerAssignmentMapper;
|
|
|
|
|
|
|
|
@Resource
|
|
@Resource
|
|
|
|
|
+ @Lazy
|
|
|
private MemberSubscriptionService memberSubscriptionService;
|
|
private MemberSubscriptionService memberSubscriptionService;
|
|
|
|
|
|
|
|
/**
|
|
/**
|