fix: batch_gxerp添加count_pn_jgqbl 2
This commit is contained in:
parent
d03f106055
commit
a6d53471fc
|
@ -31,6 +31,7 @@ def main(batch: str):
|
|||
data[f"{mgroup_name}_count_real"] = 0
|
||||
data[f"{mgroup_name}_count_ok"] = 0
|
||||
data[f"{mgroup_name}_count_ok_full"] = 0
|
||||
data[f"{mgroup_name}_count_pn_jgqbl"] = 0
|
||||
mlogb_q_ids = []
|
||||
for item in mlogb1_qs:
|
||||
# 找到对应的输入
|
||||
|
|
Loading…
Reference in New Issue