Ver Fonte

联调问题修改

zou.yingbin há 4 anos atrás
pai
commit
8c5855fdcd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      models/wrTrade2.go

+ 1 - 1
models/wrTrade2.go

@@ -2606,7 +2606,7 @@ func (r *WrTradeOrderDetail) calc() {
 }
 
 func (r *WrTradeOrderDetail) buildSql() string {
-	var sqlId utils.SQLVal = "select t.orderid," +
+	var sqlId utils.SQLVal = "select to_char(t.orderid) orderid," +
 		"       t.buyorsell," +
 		"       t.goodsid," +
 		"       t.orderprice," +