|
@@ -479,8 +479,8 @@ func (u *UserInfo) GetSubSet(isFreeUser bool, userId string, obj map[string]inte
|
|
subSet.MatchMode = append(subSet.MatchMode, "title")
|
|
subSet.MatchMode = append(subSet.MatchMode, "title")
|
|
}
|
|
}
|
|
if amount := strings.Split(util.ObjToString(obj["amount"]), "-"); len(amount) == 2 {
|
|
if amount := strings.Split(util.ObjToString(obj["amount"]), "-"); len(amount) == 2 {
|
|
- subSet.StartAmount = util.Float64All(amount[0])
|
|
|
|
- subSet.EndAmount = util.Float64All(amount[1])
|
|
|
|
|
|
+ subSet.StartAmount = util.Float64All(amount[0]) * 10000
|
|
|
|
+ subSet.EndAmount = util.Float64All(amount[1]) * 10000
|
|
}
|
|
}
|
|
var keySets []*KeySet
|
|
var keySets []*KeySet
|
|
if isFreeUser {
|
|
if isFreeUser {
|