notify
This commit is contained in:
parent
bf052bdc6b
commit
7802af4b55
|
@ -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"))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue