|
@@ -511,7 +511,6 @@ func orders() {
|
|
product_type_str1 := `"大会员","VIP订阅","数据流量包","历史数据"`
|
|
product_type_str1 := `"大会员","VIP订阅","数据流量包","历史数据"`
|
|
product_type := common.ObjToString(v["product_type"])
|
|
product_type := common.ObjToString(v["product_type"])
|
|
if order_status == 0 && is_backstage_order == 0 && strings.Contains(product_type_str1, product_type) {
|
|
if order_status == 0 && is_backstage_order == 0 && strings.Contains(product_type_str1, product_type) {
|
|
- log.Println("orders111", v)
|
|
|
|
ok1, ok2, _ := FormatData(v, "orders")
|
|
ok1, ok2, _ := FormatData(v, "orders")
|
|
if !ok1 {
|
|
if !ok1 {
|
|
common.WriteSysConfig(&cfg)
|
|
common.WriteSysConfig(&cfg)
|