充放电一体机FGCD通信程序【二期初版】
whyclxw
2021-09-03 fd38ca665f1139baa74206c6e08b49f06db4e441
BattMonitor_FGCD-A059NT/src/com/dev/fgcd/comm/FGCD_Export_Thread_SQL.java
@@ -23,12 +23,12 @@
   public int file_downloadNum=0;
   
   public FGCD_Export_Thread_SQL(MysqlConnPool m_ConnPool, FBOFile nowFbo,FGCD_TestFBOFile fbofile,int file_downloadNum) {
   public FGCD_Export_Thread_SQL(MysqlConnPool m_ConnPool, FBOFile nowFbo,int battgroupid,int file_downloadNum) {
      super();
      this.m_ConnPool = m_ConnPool;
      this.nowFbo = nowFbo;
      //this.battgroupid=battgroupid;
      this.fbofile=fbofile;
      this.battgroupid=battgroupid;
      //this.fbofile=fbofile;
      this.file_downloadNum=file_downloadNum;
      this.logger = LogManager.getLogger(this);
   }
@@ -49,7 +49,7 @@
    private void readFBOFileData(FBOFile nowFbo,MysqlConnPool pool) {
       File file = new File(nowFbo.filename);
       if(nowFbo.test_timelong > 0) {
          FboData.checkFboFileByOneSql(m_ConnPool,file,fbofile,file_downloadNum);
          FboData.checkFboFileByOneSql(m_ConnPool,file,battgroupid,file_downloadNum);
       }
       if(file.exists()) {
         //删除下载的FBO文件