华大数据bug

main
chaopower 2024-03-01 09:22:39 +08:00
parent d1a3778f1c
commit 0f27e754d2
1 changed files with 2 additions and 2 deletions

View File

@ -349,9 +349,9 @@ class AutoLayout:
if is_not_balance_list:
base_balance = False
# 华大的文库不能超过限制的一半
# 华大的文库不能超过限制的一半 华大的数据就不能再加
use_huada = True
if self.chip_speciallib_huada_size[chipname] > self.data_limit / 2:
if (self.chip_speciallib_huada_size[chipname] > self.data_limit / 2) and ('华大' in classification):
use_huada = False
if sizelimit and notrepeatbarcode and exclusive_classific and exclusive_customer and splibrary and base_balance and spmethylibrary and use_huada: