燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-06-06 ec3e7326246b5543089b14e53275e2aca8e39f96
src/main/java/com/yssh/service/impl/ForecastAnalyseServiceImpl.java
@@ -6,11 +6,8 @@
import java.util.List;
import java.util.Map;
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;
import org.springframework.stereotype.Service;
import com.yssh.dao.DictRecordMapper;
@@ -26,21 +23,20 @@
import com.yssh.utils.DateUtils;
import com.yssh.utils.StringUtils;
import javax.annotation.Resource;
@Service
public class ForecastAnalyseServiceImpl implements IForecastAnalyseService{
   protected final Log logger = LogFactory.getLog(this.getClass());
   @Autowired
   @Resource
   private ICommonService commonService;
   
   @Autowired
   @Resource
   private SuYuanMapper suYuanMapper;
   
   @Autowired
   @Resource
   private DictRecordMapper dictRecordMapper;
   
   @Autowired
   @Resource
   private ThuAccuracyMapper thuAccuracyMapper;
   
   @Override
@@ -73,5 +69,4 @@
      }
      return result;
   }
}