Explorar el Código

联调问题修改

zou.yingbin hace 4 años
padre
commit
8c5855fdcd
Se han modificado 1 ficheros con 1 adiciones y 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," +