boweniac 1 dag geleden
bovenliggende
commit
974426ac83
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      crontask/send_wx_on_timeout.go

+ 1 - 1
crontask/send_wx_on_timeout.go

@@ -188,7 +188,7 @@ func (l *CronTask) sendWxOnTimeout() {
 				}
 				contact := &ent.Contact{
 					ID:     s.ContactID,
-					Type:   s.ContentType,
+					Type:   s.ContactType,
 					WxWxid: s.BotWxid,
 					Wxid:   s.ContactWxid,
 				}