浏览代码

收录处理

WH01243 1 年之前
父节点
当前提交
341c400414
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      service/custom.go

+ 2 - 2
service/custom.go

@@ -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),
 			})