src/main/java/com/yssh/service/impl/AlertConfigServiceImpl.java
@@ -2,6 +2,8 @@ import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; @@ -16,8 +18,8 @@ @Service public class AlertConfigServiceImpl implements IAlertConfigService { protected final Logger logger = LoggerFactory.getLogger(this.getClass()); protected final Log logger = LogFactory.getLog(this.getClass()); @Autowired private AlertConfigMapper alertConfigMapper;