增加summaryId字段

2024年8月16日 11:45:00
This commit is contained in:
xiang2lin 2024-08-16 11:45:06 +08:00
parent c7c53a65a3
commit 2a49ba7221
1 changed files with 2 additions and 1 deletions

View File

@ -390,7 +390,7 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace {
object.put("eventType",eventType);
object.put("businessDataStr",seeYonBean.toJSONString());
object.put("affairId","");
object.put("summaryId","");
object.put("summaryId",interFaceEntity.getSummaryId());
object.put("currentActivityId","");
object.put("id",forMainId);
object.put("hzyaExtData",requestData.getJSONObject("hzyaExtData"));
@ -464,6 +464,7 @@ public class SeeYonInterFaceImpl implements ISeeYonInterFace {
//数据源编码
requestData.put("dataSourceCode",entity.getDataSourceCode());
requestData.put("formMainIds",entity.getFormMainIds());
requestData.put("summaryId",entity.getSummaryId());
JSONObject jsonStr = new JSONObject();
jsonStr.put("jsonStr",requestData);
thirdInterfaceSeeYonDefinitionRePush(jsonStr);