|
@@ -50,6 +50,8 @@ func (this *BusinessIntelligence) BusinessDetails() {
|
|
|
}
|
|
|
// 使用自定义排序函数对数据进行排序
|
|
|
util.SortData(&results, "_id", true)
|
|
|
+ //推送时间
|
|
|
+ (*data)["yucetime"] = qutil.Int64All((*data)["yucetime"]) + 3600
|
|
|
yucetime := (*data)["yucetime"]
|
|
|
(*data)["yucetime"] = FormatDateWithObj(&yucetime, "2006-01-02")
|
|
|
resultsMap := map[string]interface{}{}
|