소스 검색

feat:xiugai

wangchuanjin 1 년 전
부모
커밋
bb0e2805cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/custom.go

+ 1 - 1
service/custom.go

@@ -276,7 +276,7 @@ func saveSalesFunnel(tx *sql.Tx, args []interface{}, tpl_id int64) int64 {
 	//当前阶段
 	stageId := int64(0)
 	stageData := cm.CrmMysql.Find(entity.CONFIG_TPL_STAGE, map[string]interface{}{
-		"tpl_id": tpl_id}, "id, order", "", -1, -1)
+		"tpl_id": tpl_id}, "id, `order`", "", -1, -1)
 	if stageData != nil && len(*stageData) > 0 {
 		var a1 []interface{}
 		for _, m := range *stageData {