parent
c7c53a65a3
commit
2a49ba7221
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue