|
@@ -68,7 +68,7 @@ public class GameRecordController extends BaseController {
|
|
|
File destFile1 = null;
|
|
|
File destFile2 = null;
|
|
|
//所有记录汇总后文件夹,用来压缩
|
|
|
- String filePath ="./心理检测/生物反馈原始信号";
|
|
|
+ String filePath ="./生理信号采集/原始信号";
|
|
|
//原始记录文件存放路径
|
|
|
String userHome = System.getProperty("user.home");
|
|
|
for (int i = 0; i < recordingIds.size(); i++) {
|
|
@@ -112,7 +112,7 @@ public class GameRecordController extends BaseController {
|
|
|
File destFile1 = null;
|
|
|
File destFile2 = null;
|
|
|
//所有记录汇总后文件夹,用来压缩
|
|
|
- String filePath ="./心理检测/生物反馈原始信号";
|
|
|
+ String filePath ="./生理信号采集/原始信号";
|
|
|
//原始记录文件存放路径
|
|
|
String userHome = System.getProperty("user.home");
|
|
|
for (int i = 0; i < gameRecordEntityList.size(); i++) {
|