()
| 83 | } |
| 84 | |
| 85 | func (i *interactiveDAO) getCurrentTime() int64 { |
| 86 | return time.Now().UnixMilli() |
| 87 | } |
| 88 | |
| 89 | // IncrReadCnt 增加阅读计数,使用UPSERT优化写入性能 |
| 90 | func (i *interactiveDAO) IncrReadCnt(ctx context.Context, postId uint) error { |
no outgoing calls
no test coverage detected