boweniac 2 주 전
부모
커밋
cb73823aa6
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      crontask/contact_form.go

+ 0 - 2
crontask/contact_form.go

@@ -55,8 +55,6 @@ func (l *CronTask) analyze() {
 	//predicates = append(predicates, usagedetail.CreatedAtLT(todayEnd))
 
 	data, err := l.svcCtx.DB.UsageDetail.Query().Where(predicates...).All(l.ctx)
-	logx.Info("todayStart: ", todayStart)
-	logx.Info("todayEnd: ", todayEnd)
 	logx.Info("usageDetails: ", data)
 	if err != nil {
 		return