From fd38ca665f1139baa74206c6e08b49f06db4e441 Mon Sep 17 00:00:00 2001
From: whyclxw <http://whyclxw@118.89.139.230:10101/r/~whyclxw/IdeaTest.git>
Date: 星期五, 03 九月 2021 08:49:16 +0800
Subject: [PATCH] 去掉停止时的ACK

---
 BattMonitor_FGCD-A059NT/src/com/dev/fgcd/comm/FGCD_Export_Thread_SQL.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/BattMonitor_FGCD-A059NT/src/com/dev/fgcd/comm/FGCD_Export_Thread_SQL.java b/BattMonitor_FGCD-A059NT/src/com/dev/fgcd/comm/FGCD_Export_Thread_SQL.java
index 0a74186..d76b40e 100644
--- a/BattMonitor_FGCD-A059NT/src/com/dev/fgcd/comm/FGCD_Export_Thread_SQL.java
+++ b/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文件

--
Gitblit v1.9.1