|
|
- cursor=db.query('SELECT id,email,name,phone,h_class,loc,type,size,time_stamp,gender,style,prefer_date,concat(bed_num,"房") as room FROM hhh.deco_request order by id desc;')
|
|
|
+ cursor=db.query('SELECT id,email,name,phone,h_class,loc,type,size,time_stamp,gender,style,prefer_date,concat(bed_num,"房",liv_num,"廳",bath_num,"衛") as room FROM hhh.deco_request order by id desc;')
|
|
|
result.append({"id":c['id'],'email':c['email'],"name":c['name'],"phone":c['phone'],"loc":c['loc'],"h_class":c['h_class'],"type":c['type'],"size":c['size'],"gender":c['gender'],"style":c['style'],"prefer_date":c['prefer_date'],"room":c['room'],"create_time":c['time_stamp']})
|