doc: 添加一些注释

This commit is contained in:
caoqianming 2025-10-09 11:17:14 +08:00
parent 69e8e7b025
commit 9cf900d2ef
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ class Mlogbw(BaseModel):
mlogb.count_real = count
count_notok = 0
count_notok_full = 0
# 个追踪的合格b类不分
# 个追踪的合格b类不分这里会导致count_ok_full与count_ok一样了暂时不做处理
tqs = Mlogbw.objects.filter(mlogb=mlogb, ftest__defect_main__isnull=False)
tqs_a = Mlogbw.objects.filter(mlogb=mlogb, ftest__defect_main__isnull=False).values("ftest__defect_main").annotate(xcount=Count('id'))
defect_ids = tqs.values_list("ftest__defect_main", flat=True)