|
@@ -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 {
|