|
|
@@ -90,7 +90,7 @@ public class CommonLogTask { |
|
|
|
commonLog.setActionTime(df.format(optLog.getStartTime())); |
|
|
|
commonLog.setActionDuration(optLog.getConsumingTime()); |
|
|
|
commonLog.setActionStatus(0); |
|
|
|
commonLog.setAppCode(""); |
|
|
|
commonLog.setAppCode("A331101453557202109017383"); |
|
|
|
//判断当天日志文件是否存在 |
|
|
|
DateTimeFormatter dfNow = DateTimeFormatter.ofPattern("yyyyMMdd"); |
|
|
|
String fileName = LOG_RECORD_ADDRESS + LOG_FILE + dfNow.format(LocalDateTime.now()) + ".log"; |
|
|
|