conflict #153

Merged
chenhao merged 11 commits from conflict into test 2024-02-29 10:57:49 +08:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit ebfb44a78b - Show all commits

View File

@ -112,6 +112,10 @@ func (s *CronService) CreateDailyStatement(ctx context.Context, param *xxl.RunRe
CtLowerBound: goproto.Int64(startTimeStamp),
CtUpperBound: goproto.Int64(endTimeStamp),
})
if err != nil {
logger.Error("_DefaultAccount OpCountLastHourNewUserSource fail : %v", err)
return fmt.Sprintf("_DefaultAccount OpCountLastHourNewUserSource fail : %v", err)
}
finishedOrderCount := int32(0)
allOrderCount := int32(0)