@ -158,6 +158,11 @@ func (b *BaseDao) setTxCondition(tx *gorm.DB, table string, optionFuncList ...Se
}
// 排序
for _, orderRule := range o.Order {
tx = tx.Order(orderRule)
// or 语句
if nil != o.OR {
expression := ""
The note is not visible to the blocked user.