Parcourir la source

Merge branch 'dev_v1.0.4_wh' of CRM/application into feature/v1.0.4

王浩 il y a 1 an
Parent
commit
7d491437f7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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),
 			})