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