日志处理

This commit is contained in:
xiang2lin 2024-05-16 08:44:50 +08:00
parent 18d4c449a9
commit 1dec709122
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace {
object.put("summaryId",""); object.put("summaryId","");
object.put("currentActivityId",""); object.put("currentActivityId","");
object.put("id",forMainId); object.put("id",forMainId);
object.put("extData",requestData.getJSONObject("extData"));
logger.info("Method:thirdInterfaceSeeYonDefinitionRePush 组装seeYonBean DATA: {}",seeYonBean.toJSONString()); logger.info("Method:thirdInterfaceSeeYonDefinitionRePush 组装seeYonBean DATA: {}",seeYonBean.toJSONString());
rePushRequestData.put("jsonStr",object); rePushRequestData.put("jsonStr",object);