@ -254,8 +254,8 @@ func (b *BaseDao) setTxCondition(tx *gorm.DB, optionFuncList ...define.SetOption
}
// 排序
for _, orderRule := range o.Order {
if len(o.Order) == 2 {
tx = tx.Order(orderRule)
tx = tx.Order(o.Order[0] + " " + o.Order[1])
// or 语句
The note is not visible to the blocked user.