|
@@ -710,7 +710,7 @@ public class RelationReportService implements IRelationReportService {
|
|
|
result.put("conneObject", relationDefine.getTargetObjs());
|
|
|
result.put("computationalState",relationProject.has("computationalState")?relationProject.get("computationalState").asText():null);
|
|
|
result.put("id",relationProject.has("id")?relationProject.get("id").asText():null);
|
|
|
- result.put("manual",relationProject.has("manual")?relationProject.get("manual").asText():null);
|
|
|
+ result.put("manual",relationProject.has("manual")?relationProject.get("manual").asLong():null);
|
|
|
result.put("projectId",relationProject.has("projectId")?relationProject.get("projectId").asText():null);
|
|
|
result.put("relationType", typeEnum == null ? null : typeEnum.getRelationType());
|
|
|
result.put("relManualType",typeEnum == null ? null : typeEnum.getRelationType());
|