|
|
|
@@ -12,7 +12,8 @@ public class LogServiceImpl { |
|
|
|
private static final Logger intentLog = LoggerFactory.getLogger("intentLog"); |
|
|
|
|
|
|
|
@TLogAspect({"enterpriseName","type"}) |
|
|
|
public void record(JSONObject jo,String enterpriseName, String type) { |
|
|
|
public void record(JSONObject jo,String text,String enterpriseName, String type) { |
|
|
|
jo.put("text",text); |
|
|
|
intentLog.info("{}", jo.toJSONString()); |
|
|
|
} |
|
|
|
} |