Ver a proveniência

update

master
shenjiachi há 14 horas
ascendente
cometimento
0549fbd83f
1 ficheiros alterados com 4 adições e 1 eliminações
  1. +4
    -1
      app/hdl/hdl_member_center.go

+ 4
- 1
app/hdl/hdl_member_center.go Ver ficheiro

@@ -112,7 +112,10 @@ func MemberCenterGetBasic(c *gin.Context) {
eggEnergyValue := nowPrice.Mul(decimal.NewFromFloat(eggEnergy))

// 5. 查询蛋蛋分
now := time.Now()
// now := time.Now()
// todo 暂时使用有数据的时间
location, _ := time.LoadLocation("Asia/Shanghai")
now := time.Date(2024, 11, 20, 16, 44, 0, 0, location)
esIndexName := es2.GetLatestEffectiveIndexFromAlias(now)
// 构建查询条件
boolQuery := elastic.NewBoolQuery()


Carregando…
Cancelar
Guardar