1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-02 22:30:20 +00:00
This commit is contained in:
slene
2014-01-04 00:04:15 +08:00
parent 20cfece1ab
commit ef79a2b484
2 changed files with 10 additions and 3 deletions

View File

@ -461,6 +461,8 @@ func (d *dbBase) deleteRels(q dbQuerier, mi *modelInfo, args []interface{}, tz *
func (d *dbBase) DeleteBatch(q dbQuerier, qs *querySet, mi *modelInfo, cond *Condition, tz *time.Location) (int64, error) {
tables := newDbTables(mi, d.ins)
tables.skipEnd = true
if qs != nil {
tables.parseRelated(qs.related, qs.relDepth)
}