Browse Source

合并问题

xuzhiheng 2 years ago
parent
commit
959c37d524
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/order/otherOrderService.go

+ 3 - 2
src/order/otherOrderService.go

@@ -6,7 +6,6 @@ import (
 	"encoding/json"
 	"errors"
 	"fmt"
-	"go.mongodb.org/mongo-driver/bson"
 	"log"
 	"math"
 	"mongodb"
@@ -19,6 +18,8 @@ import (
 	"strings"
 	"time"
 	"util"
+
+	"go.mongodb.org/mongo-driver/bson"
 )
 
 const (
@@ -1091,7 +1092,7 @@ func updateVipOrder(param *CreateOtherOrderParams, code string, returnStatus int
 	if param.Badge != "" {
 		vms.Badge = param.Badge
 	}
-	var vst, vet string
+	var vet string
 	userId := ""
 	userData := &map[string]interface{}{}
 	ok := false