feat:: batch_gxerp添加count_pn_jgqbl
This commit is contained in:
parent
ab22415e0f
commit
f3263caed0
|
@ -36,6 +36,7 @@ def main(batch: str):
|
|||
if mlogb_from:
|
||||
mlogb_q_ids.append(mlogb_from.id)
|
||||
data[f"{mgroup_name}_count_use"] += mlogb_from.count_use
|
||||
data[f"{mgroup_name}_count_pn_jgqbl"] += mlogb_from.count_pn_jgqbl
|
||||
if item.mlog.handle_user:
|
||||
data[f"{mgroup_name}_操作人"].append(item.mlog.handle_user)
|
||||
if item.mlog.handle_date:
|
||||
|
|
Loading…
Reference in New Issue