From 64e4f7524c6d4320895e91dd858b83801cfd53de Mon Sep 17 00:00:00 2001
From: Bob <1397910458@qq.com>
Date: Tue, 18 Jun 2019 15:06:58 +0800
Subject: [PATCH] =?UTF-8?q?#=E7=89=A9=E7=A7=8D=E5=88=86=E5=B8=83=E5=9B=9B?=
=?UTF-8?q?=E8=BE=B9=E5=BD=A2=E5=92=8C=E5=9C=86=E6=95=B0=E6=8D=AE=E4=B8=8B?=
=?UTF-8?q?=E8=BD=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 144 ++++++++++++++++++++------------------------
dashboard/views.py | 2 +-
2 files changed, 67 insertions(+), 79 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ef8030f..5aeba6a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,7 +3,7 @@
-
+
@@ -70,11 +70,11 @@
-
+
-
-
+
+
@@ -96,22 +96,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -279,8 +267,8 @@
-
+
@@ -508,28 +496,7 @@
-
-
-
- 1560504752502
-
-
-
- 1560504752502
-
-
- 1560506173658
-
-
-
- 1560506173658
-
-
- 1560562326960
-
-
-
- 1560562326961
+
1560564568352
@@ -853,11 +820,32 @@
1560840256708
-
+
+ 1560840500634
+
+
+
+ 1560840500634
+
+
+ 1560840679541
+
+
+
+ 1560840679541
+
+
+ 1560841375900
+
+
+
+ 1560841375900
+
+
-
+
@@ -872,7 +860,7 @@
-
+
@@ -886,7 +874,7 @@
-
+
@@ -1175,16 +1163,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -1240,31 +1218,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1308,5 +1265,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dashboard/views.py b/dashboard/views.py
index 7742583..f0e732b 100644
--- a/dashboard/views.py
+++ b/dashboard/views.py
@@ -521,7 +521,7 @@ def polygon(request):
"source", "zero", "one", "two", "three", "sort_name_ro", "geom", "long", "lat"])
for i in results:
print(str(i)+"00000000000000000000000000000000000000000000000000000")
- writer.writerows()
+ writer.writerows([i['numberid'],i['institutionid']])
return HttpResponse(json.dumps(results))