|
@@ -14,6 +14,7 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.BeanUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
@@ -37,6 +38,7 @@ public class InvalidStatutesService extends ServiceImpl<InvalidStatutesMapper, I
|
|
|
@Autowired
|
|
|
private PatentClaimService patentClaimService;
|
|
|
@Autowired
|
|
|
+ @Lazy
|
|
|
private ProofGroupService proofGroupService;
|
|
|
|
|
|
/**
|