fix: mlogbwstarttest bug

This commit is contained in:
caoqianming 2025-09-04 17:08:19 +08:00
parent a7fd4b9448
commit f1aa922946
1 changed files with 1 additions and 1 deletions

View File

@ -956,7 +956,7 @@ class MlogbwStartTestSerializer(serializers.Serializer):
if mlogbw.ftest:
existing_ftests[mlogbw.ftest_id] = mlogbw.ftest
else:
ftest = Ftest(mlogbw=mlogbw, test_date=test_date, qct=qct)
ftest = Ftest(test_date=test_date, qct=qct, test_user=test_user, type="process")
new_ftests.append(ftest)
mlogbws_to_update.append(mlogbw)