|
@@ -824,7 +824,7 @@ public class ApsServiceImpl implements ApsService {
|
|
|
}
|
|
|
String now = DateUtil.format(DateUtil.date(), "yyyy-MM-dd");
|
|
|
fileName += DateUtil.format(DateUtil.date(), "yyyyMMddHHmmss");
|
|
|
- String filePath = "../rw-aps/" + now + "/" + fileName + ".txt";
|
|
|
+ String filePath = "../rw-aps/" + now + "/scheduleReqAndRes/" + fileName + ".txt";
|
|
|
String content = req + "\r\n" + res;
|
|
|
// 创建File对象
|
|
|
File file = new File(filePath);
|