|
|
@@ -100,7 +100,7 @@ public class CommonLogTask { |
|
|
|
FileUtil.touch(fileName); |
|
|
|
} |
|
|
|
//写入通用规则 |
|
|
|
FileWriter writer = new FileWriter(LOG_RECORD_ADDRESS + LOG_FILE); |
|
|
|
FileWriter writer = new FileWriter(fileName); |
|
|
|
writer.append(JSONUtil.toJsonStr(commonLog)); |
|
|
|
if (commonLog.getActionType() == 3){ |
|
|
|
CommonLog commonLogEnd = new CommonLog(); |
|
|
|