doc: 删除一部分print语句
This commit is contained in:
parent
9f052d1fdd
commit
d349970a47
|
@ -124,7 +124,6 @@ class ExamViewSet(CustomModelViewSet):
|
|||
AnswerDetail.objects.bulk_create(details)
|
||||
sr = ExamRecordInitSerizlier(er)
|
||||
res_data = sr.data
|
||||
print(res_data)
|
||||
res_data.update({"chance_used": chance_used})
|
||||
return Response(sr.data, status=201)
|
||||
raise ParseError('暂不支持')
|
||||
|
|
|
@ -337,8 +337,4 @@ def daoru_mb(path: str):
|
|||
material=material, batch=batch, warehouse=warehouse, defaults={"material": material, "batch": batch, "warehouse": warehouse, "count": count, "id": idWorker.get_id()}
|
||||
)
|
||||
cal_material_count([material.id])
|
||||
# if not is_created:
|
||||
# mb.count += count
|
||||
# mb.save()
|
||||
print(f"第{i}行数据导入成功")
|
||||
i = i + 1
|
||||
|
|
Loading…
Reference in New Issue