| | |
| | | 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); |
| | | } |
| | |
| | | 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文件 |