燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-06-16 aa86cb57b09c5300db3c33d75d91d8b51a4b636f
src/main/java/com/yssh/service/impl/ForecastAnalyseServiceImpl.java
@@ -8,7 +8,6 @@
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;
@@ -24,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 Logger logger = LoggerFactory.getLogger(this.getClass());
   @Autowired
   @Resource
   private ICommonService commonService;
   
   @Autowired
   @Resource
   private SuYuanMapper suYuanMapper;
   
   @Autowired
   @Resource
   private DictRecordMapper dictRecordMapper;
   
   @Autowired
   @Resource
   private ThuAccuracyMapper thuAccuracyMapper;
   
   @Override
@@ -71,5 +69,4 @@
      }
      return result;
   }
}