Sfoglia il codice sorgente

aps-排程的入参和结果存储本地文件

sucheng 5 mesi fa
parent
commit
129b7aecf6

+ 1 - 1
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ApsServiceImpl.java

@@ -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);