Ver Fonte

#138 买卖履约查不到交割产生的单

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

+ 1 - 1
models/wrTrade2.go

@@ -1370,7 +1370,7 @@ select to_char(t.PERFORMANCEPLANID) PERFORMANCEPLANID,
   left join tmp
     on f.wrfactortypeid = tmp.wrfactortypeid
   left join market m on t.marketid=m.marketid
- where 1 = 1 and m.trademode > 0
+ where 1 = 1
 `
 	if r.BUYORSELL == 0 {
 		sqlId.And("u1.userid", r.USERID)