Explorar o código

联调问题修改

zou.yingbin %!s(int64=4) %!d(string=hai) anos
pai
achega
8c5855fdcd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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," +