feat: batch_bxerp优化

This commit is contained in:
caoqianming 2025-07-17 10:21:08 +08:00
parent 7fd47c2a97
commit c0d504ecfe
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ def main(batch: str, mgroup_obj:Mgroup=None):
del old_data[item]
else:
old_data = {}
else:
old_data = {}
old_data.update(data)
batchst.data = old_data
if batchst.first_time is None or (res["first_time"] and res["first_time"] < batchst.first_time):