@ -106,7 +106,7 @@ func (b *BaseDao) setTxCondition(tx *gorm.DB, table string, optionFuncList ...Se
}
// 设置where条件
if nil != o.Where {
if nil != o.Where && len(o.Where) > 0 {
tx.Where(o.Where)
The note is not visible to the blocked user.