Procházet zdrojové kódy

过滤为0的记录

deng.yinping před 2 roky
rodič
revize
00c85ecb01
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      models/ferroalloy.go

+ 1 - 1
models/ferroalloy.go

@@ -2062,7 +2062,7 @@ func (r *GThjinvesotrdeposit) buildSql() string {
 			t.userid = %v or 
 			t.userid in (select t.refereeuserid from useraccount t where t.userid=%v))
 			AND t.depositrate not in (select distinct t.depositrate from THJ_PresaleApplyDeposit t where t.wrstandardid = %v
-		)
+		) and t.depositqty >0
 		group by t.depositrate
 		order by t.depositrate
 	`