fix: equipment的导入的bug
This commit is contained in:
parent
b765e87517
commit
354b76af75
|
@ -30,3 +30,4 @@ def daoru_equipment(path:str):
|
||||||
'mgroup': Mgroup.objects.get(name=mgroup_name) if mgroup_name else None
|
'mgroup': Mgroup.objects.get(name=mgroup_name) if mgroup_name else None
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
i = i + 1
|
||||||
|
|
Loading…
Reference in New Issue