feat 更新抓取时间
All checks were successful
Build image / build (push) Successful in 4m59s

This commit is contained in:
timerzz 2024-04-14 14:15:08 +08:00
parent 837ec8223d
commit c006128aa4

View File

@ -136,6 +136,7 @@ func (c *CoachOutlet) getInventory() bool {
"orderable": c.detail.Orderable,
"allocation_reset_date": c.detail.AllocationResetDate,
"watch": c.detail.Watch,
"updatedAt": time.Now(),
}).Error; err != nil {
slog.Error(fmt.Sprintf("更新数据库失败:%v", err))
}