소스 검색

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

王浩 1 년 전
부모
커밋
ffaca139ab
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"])
 		}
 	}
-	args = append(args, stageId)
+	args = append(args, 0)
 	args = append(args, ratio)
 	//当前阶段进展
 	_, id := cm.CrmMysql.InsertBatchByTx(tx, entity.SALES_FUNNEL, fields, args)