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
 	`