wangchuanjin пре 9 месеци
родитељ
комит
9a0d756d8f
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      entniche_new/src/service/subscribe/subscribe.go

+ 2 - 1
entniche_new/src/service/subscribe/subscribe.go

@@ -5,6 +5,7 @@ import (
 	"encoding/json"
 	"entniche_new/src/config"
 	"fmt"
+
 	"github.com/gogf/gf/v2/util/gconv"
 
 	"log"
@@ -1541,7 +1542,7 @@ func (ac *Action) Update_pushset() {
 	if matchmode != "" {
 		update[`o_entniche.i_matchmode`] = strings.Split(matchmode, ",")
 	}
-	update[`o_entniche.i_switch`] = Iswitch
+	//update[`o_entniche.i_switch`] = Iswitch
 	update[`o_entniche.amount`] = amount
 	query := map[string]interface{}{}
 	switch identity {