燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-05-18 37c298b6027352872cb72cffa254442a6aa7b2b0
src/main/java/com/yssh/service/impl/SuYuanServiceImpl.java
@@ -10,6 +10,8 @@
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.atomic.AtomicInteger;
import com.yssh.dao.QxshMapper;
import com.yssh.entity.*;
import com.yssh.utils.*;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
@@ -20,14 +22,6 @@
import com.yssh.dao.DictRecordMapper;
import com.yssh.dao.FeedbackMapper;
import com.yssh.dao.SuYuanMapper;
import com.yssh.entity.DictRecord;
import com.yssh.entity.DistanceSuYuan;
import com.yssh.entity.FeedbackDetail;
import com.yssh.entity.MonitorPointPosition;
import com.yssh.entity.SuYuan;
import com.yssh.entity.SuYuan2d;
import com.yssh.entity.SuYuan3d;
import com.yssh.entity.SuYuanMonitorData;
import com.yssh.service.IAsyncService;
import com.yssh.service.ICommonService;
import com.yssh.service.ISuYuanService;
@@ -53,6 +47,9 @@
   @Resource
   private FeedbackMapper feedbackMapper;
   @Resource
   private QxshMapper qxshMapper;
   private final SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHH");
@@ -262,4 +259,11 @@
      return suYuanMapper.updateVocsName(table, id, vocsName);
   }
   @Override
   public List<Qxsh> queryQxsh(Date date) {
      String time = dateFormat.format(date);
      return qxshMapper.selectByTime(time);
   }
}