deng.yinping пре 2 година
родитељ
комит
00c85ecb01
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 	`