feat: batch_bxerp优化
This commit is contained in:
parent
7fd47c2a97
commit
c0d504ecfe
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue