上传主线bug修复

This commit is contained in:
liwei1dao 2023-09-05 18:10:33 +08:00
parent 10bffd10d6
commit d6c56bbb16

View File

@ -178,6 +178,9 @@ func (this *ModelMline) randomboos(data *pb.DBMainline) (err error) {
} }
} }
} }
if !ok {
continue
}
chapters = append(chapters, k) chapters = append(chapters, k)
} }
if len(chapters) == 0 { if len(chapters) == 0 {