pull/6/head
halcyon 2015-03-17 14:22:35 +08:00
parent a36c8599e7
commit d24cfeeabc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def f_add_host(ip, port, idc, jtype, group, dept, active, comment, username='',
for g in group:
c = BisGroup.objects.get(name=g)
groups.append(c)
groups.extend(all_group)
groups.append(all_group)
for d in dept:
p = DEPT.objects.get(name=d)