Sfoglia il codice sorgente

买卖大厅添加状态 12

deng.yinping 2 anni fa
parent
commit
25f3bf27ba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      models/wrTrade2.go

+ 1 - 1
models/wrTrade2.go

@@ -3352,7 +3352,7 @@ func (r *WrTradeOrderDetail) buildSql() string {
 		"  left join useraccount u" +
 		"    on ta.relateduserid = u.userid" +
 		" where 1 = 1" +
-		"   and t.orderstatus in(3,7)"
+		"   and t.orderstatus in(3,7,12)"
 	sqlId.And("t.GOODSID", r.GOODSID)
 	sqlId.And("t.BUYORSELL", r.BUYORSELL)