Explorar el Código

过滤为0的记录

deng.yinping hace 2 años
padre
commit
00c85ecb01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 	`