|
@@ -174,7 +174,7 @@ object GraphService : SObjectService<Graph>(SMybatisDao(Graph::class.java)) {
|
|
|
for (relations in relationsList) {
|
|
|
relations.graphId = graph.graphId
|
|
|
relations.state = 1
|
|
|
- relations.relationId = graph.id
|
|
|
+ relations.id = graph.id
|
|
|
if (relations.relationId.isNullOrEmpty()) {
|
|
|
// id赋值
|
|
|
relations.relationId = UUID.randomUUID().toString().replace("-", "")
|