|
@@ -2459,7 +2459,7 @@ class Sell_View(ListView):
|
|
|
"id":x.id,
|
|
"id":x.id,
|
|
|
"farm":x.farm.name,"name":x.name,
|
|
"farm":x.farm.name,"name":x.name,
|
|
|
"num":x.num,"money":x.money,
|
|
"num":x.num,"money":x.money,
|
|
|
- "time":x.upl_time.strftime('%Y-%m-%d %H:%M:%S')
|
|
|
|
|
|
|
+ "time":x.upl_time.strftime('%Y-%m-%d')
|
|
|
})
|
|
})
|
|
|
except Exception as e:
|
|
except Exception as e:
|
|
|
print(e)
|
|
print(e)
|