Explorar el Código

Merge branch 'master' of 192.168.30.132:MTP2.0/MTP20_IF

deng.yinping hace 2 años
padre
commit
17c7453ab1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      models/quote.go

+ 2 - 2
models/quote.go

@@ -294,9 +294,9 @@ func GetHistoryTikDatas(goodsCode string, startTime, endTime *time.Time, count i
 	c := db.C(collection)
 
 	// 按时间排序
-	sort := "-AT"
+	sort := "-_id"
 	if isAscForST {
-		sort = "AT"
+		sort = "id"
 	}
 
 	// 查询数据