|
@@ -350,7 +350,7 @@ func SaveConnection(tx *sql.Tx, positionId int64, businessId, ownerId string, en
|
|
|
"is_handle": 1,
|
|
|
"relate_id": businessId,
|
|
|
"update_time": time.Now().Format(date.Date_Full_Layout),
|
|
|
- "is create": 1,
|
|
|
+ "is_create": 1,
|
|
|
})
|
|
|
return true
|
|
|
} else {
|
|
@@ -361,7 +361,7 @@ func SaveConnection(tx *sql.Tx, positionId int64, businessId, ownerId string, en
|
|
|
"ent_user_id": entUserId,
|
|
|
"relate_id": businessId,
|
|
|
"is_handle": 1,
|
|
|
- "is create": 1,
|
|
|
+ "is_create": 1,
|
|
|
"itype": sourceType,
|
|
|
"create_time": time.Now().Format(date.Date_Full_Layout),
|
|
|
})
|