瀏覽代碼

漏斗进度修改为0

WH01243 1 年之前
父節點
當前提交
7170cefa4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/custom.go

+ 1 - 1
service/custom.go

@@ -288,7 +288,7 @@ func saveSalesFunnel(tx *sql.Tx, args []interface{}, tpl_id int64) int64 {
 			ratio = gconv.Int64((*matterData)[0]["ratio"])
 			ratio = gconv.Int64((*matterData)[0]["ratio"])
 		}
 		}
 	}
 	}
-	args = append(args, stageId)
+	args = append(args, 0)
 	args = append(args, ratio)
 	args = append(args, ratio)
 	//当前阶段进展
 	//当前阶段进展
 	_, id := cm.CrmMysql.InsertBatchByTx(tx, entity.SALES_FUNNEL, fields, args)
 	_, id := cm.CrmMysql.InsertBatchByTx(tx, entity.SALES_FUNNEL, fields, args)