boweniac 2 долоо хоног өмнө
parent
commit
cb73823aa6

+ 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