华大数据bug
parent
d1a3778f1c
commit
0f27e754d2
|
|
@ -349,9 +349,9 @@ class AutoLayout:
|
||||||
if is_not_balance_list:
|
if is_not_balance_list:
|
||||||
base_balance = False
|
base_balance = False
|
||||||
|
|
||||||
# 华大的文库不能超过限制的一半
|
# 华大的文库不能超过限制的一半, 华大的数据就不能再加
|
||||||
use_huada = True
|
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
|
use_huada = False
|
||||||
|
|
||||||
if sizelimit and notrepeatbarcode and exclusive_classific and exclusive_customer and splibrary and base_balance and spmethylibrary and use_huada:
|
if sizelimit and notrepeatbarcode and exclusive_classific and exclusive_customer and splibrary and base_balance and spmethylibrary and use_huada:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue