소스 검색

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


불러오는 중...
취소
저장