瀏覽代碼

update

master
shenjiachi 14 小時之前
父節點
當前提交
0549fbd83f
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      app/hdl/hdl_member_center.go

+ 4
- 1
app/hdl/hdl_member_center.go 查看文件

@@ -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()


Loading…
取消
儲存