1
This commit is contained in:
parent
1aed7bee51
commit
b704cdfaa0
@ -3,6 +3,7 @@ package service
|
||||
import (
|
||||
"q5"
|
||||
"f5"
|
||||
"strings"
|
||||
"main/constant"
|
||||
)
|
||||
|
||||
@ -31,6 +32,7 @@ func AddRechargeOrder(orderId string, shortOrderId string,
|
||||
}
|
||||
if email != "" {
|
||||
q5.AppendSlice(&fields, []string{"email", email})
|
||||
q5.AppendSlice(&fields, []string{"lower_case_email", strings.ToLower(email)})
|
||||
}
|
||||
f5.GetGoStyleDb().UpsertEx(
|
||||
constant.BCNFT_DB,
|
||||
|
Loading…
x
Reference in New Issue
Block a user