Browse Source

Merge branch 'dev_v1.1.3_wh' of moapp/jyPoints into feature/v1.1.3

王浩 1 year ago
parent
commit
b997527655
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resourceBrushLibrary/entity/order.go

+ 1 - 1
resourceBrushLibrary/entity/order.go

@@ -77,7 +77,7 @@ func OrderResourceRun(now time.Time, end int64) {
 				VipTime:      FormatDateByInt64(&l_vip_endtime, Date_Short_Layout),
 				Model:        3,
 			})
-			subpush_inactive := gconv.Int64(m["subpush_inactive"])
+			subpush_inactive := gconv.Int64(user["subpush_inactive"])
 			if subpush_inactive == 1 {
 				subpush_inactive = -1
 			}