|
@@ -115,6 +115,10 @@ public class TranSettlementReportServiceImpl extends ServiceImpl<TranSettlementR
|
|
taskId = jsonObject.getString("taskId");
|
|
taskId = jsonObject.getString("taskId");
|
|
tranSettlementReport.setTaskId(taskId);
|
|
tranSettlementReport.setTaskId(taskId);
|
|
}
|
|
}
|
|
|
|
+ Map<String, Object> variableMap = new HashMap<>();
|
|
|
|
+ if(contractManagementInfo != null){
|
|
|
|
+ tranSettlementReport.setJointVentureParties(contractManagementInfo.getJointVentureParties());
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|