|
@@ -38,7 +38,7 @@ def do_jobs():
|
|
idx=0
|
|
idx=0
|
|
|
|
|
|
for c in cursor:
|
|
for c in cursor:
|
|
- df.loc[idx]=[c['sex'],c['phone'],c['email'],c['building_case_name'],c['building_case_type'],c['decoration_style'],c['decoration_budget'],c['decoration_size'],c['src'],c['area'],c['userid'], c['time_stamp']]
|
|
|
|
|
|
+ df.loc[idx]=[c['time_stamp'], c['sex'],c['phone'],c['email'],c['building_case_name'],c['building_case_type'],c['decoration_style'],c['decoration_budget'],c['decoration_size'],c['src'],c['area'],c['userid']]
|
|
# df.loc[idx]=['okok',333]
|
|
# df.loc[idx]=['okok',333]
|
|
idx+=1
|
|
idx+=1
|
|
save_sheet(df,'SurveyResult','result')
|
|
save_sheet(df,'SurveyResult','result')
|