日志service引入

2024年7月5日 15:59:14
This commit is contained in:
xiang2lin 2024-07-05 15:59:19 +08:00
parent afb1b83427
commit 13c5c5dab5
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import com.hzya.frame.web.exception.BaseSystemException;
import org.apache.http.protocol.HTTP;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.*;
@ -32,6 +33,7 @@ import java.util.*;
public class Cbs8ExtServiceImpl implements ICbs8ExtService {
Logger logger = LoggerFactory.getLogger(getClass());
@Autowired
private IIntegrationTaskLivingDetailsService taskLivingDetailsService;
/**