@ -200,9 +200,9 @@ func (b *BaseDao) setTxCondition(tx *gorm.DB, optionFuncList ...SetOption) *gorm
// 设置 limit offset
if o.Limit > 0 {
tx = tx.Limit(o.Limit)
}
if o.Offset >= 0 {
tx = tx.Offset(o.Offset)
// in 语句
The note is not visible to the blocked user.