This commit is contained in:
jiangyong 2025-04-12 23:39:06 +08:00
parent bf052bdc6b
commit 7802af4b55
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ func (s *Staff1002) Monitor(user *model.StaffUser) {
message = append(message, fmt.Sprintf("入职时间:%s", user.EntryDate))
message = append(message, fmt.Sprintf("入职天数:%d", entryDay))
message = append(message, fmt.Sprintf("订单总数:%d", len(orders)))
message = append(message, fmt.Sprintf("预期订单:%d", entryDay/20*15))
global.SendCorpMessage(user.CorpId, []string{"jiangyong", "zhangping"}, strings.Join(message, "\n"))
}