WH01243 3 years ago
parent
commit
dcaf7e34c1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/order/otherOrderController.go
  2. 1 1
      src/order/otherOrderService.go

+ 1 - 1
src/order/otherOrderController.go

@@ -805,7 +805,7 @@ func CreateVipOrder(context *admin.Context) (interface{}, error) {
 	code := fmt.Sprintf("%s%s", time.Now().Format("150405"), qutil.GetRandom(6))
 	//param.OrderMoney = param.ContractMoney
 	param.DisCountPrice = param.ContractMoney
-	param.Badge = "202111"
+	param.Badge = ""
 	param.ChargeMode = 0
 	param.ProceduresMoney = "0"
 	param.OrderChannel = "xdqd02"

+ 1 - 1
src/order/otherOrderService.go

@@ -63,7 +63,7 @@ func createOtherOrder(param *CreateOtherOrderParams, code string) bool {
 			"pNum":      packDetail.PackNum,
 			"validYear": packDetail.ValidYear,
 			"price":     packDetail.Price,
-			"badge":     "202111",
+			"badge":     "",
 		}
 		price = packDetail.Price
 		packNum = packDetail.PackNum