fix: equipment的导入的bug

This commit is contained in:
caoqianming 2023-12-20 20:51:07 +08:00
parent b765e87517
commit 354b76af75
1 changed files with 1 additions and 0 deletions

View File

@ -30,3 +30,4 @@ def daoru_equipment(path:str):
'mgroup': Mgroup.objects.get(name=mgroup_name) if mgroup_name else None
}
)
i = i + 1