Skip to content

Commit

Permalink
0.2.4.4.2.1 修复导入
Browse files Browse the repository at this point in the history
0.2.4.4.2.1 修复导入
  • Loading branch information
hequan2017 committed May 24, 2018
1 parent 9850d02 commit c47905c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def AssetImport(request):
v = None
elif k in ['business']:
try:
v = AssetProject.objects.get(business=v)
v = AssetBusiness.objects.get(business=v)
except Exception as e:
v = None
elif k in ['user', ]:
Expand Down

0 comments on commit c47905c

Please sign in to comment.