Эх сурвалжийг харах

feat: 任务表字段修改

zhangxinlei1996 1 жил өмнө
parent
commit
4a0bb887e7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      service/sale_clue.go

+ 1 - 1
service/sale_clue.go

@@ -88,7 +88,7 @@ func SaleClueAdd(tx *sql.Tx, args []interface{}) int64 {
 
 //TaskAdd 任务车存储
 func TaskAdd(tx *sql.Tx, args []interface{}) int64 {
-	fields := []string{"position_id", "ent_id", "ent_user_id", "name", "source", "owner_id", "status", "create_time", "create_way", "next_follow_time", "source_id"}
+	fields := []string{"position_id", "ent_id", "ent_user_id", "name", "source", "create_person", "status", "create_time", "create_way", "next_follow_time", "source_id"}
 	_, id := cm.CrmMysql.InsertBatchByTx(tx, entity.TASK, fields, args)
 	return id
 }