|
@@ -88,7 +88,7 @@ func SaleClueAdd(tx *sql.Tx, args []interface{}) int64 {
|
|
|
|
|
|
//TaskAdd 任务车存储
|
|
//TaskAdd 任务车存储
|
|
func TaskAdd(tx *sql.Tx, args []interface{}) int64 {
|
|
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)
|
|
_, id := cm.CrmMysql.InsertBatchByTx(tx, entity.TASK, fields, args)
|
|
return id
|
|
return id
|
|
}
|
|
}
|