1
This commit is contained in:
parent
5e43d98333
commit
488491c513
@ -30,7 +30,7 @@ func (this *MailApi) ListMail(c *gin.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
orderBy := ""
|
orderBy := ""
|
||||||
sql := "SELECT * FROM t_mail WHERE 1=1 and unikey is not null "
|
sql := fmt.Sprintf("SELECT * FROM t_mail WHERE 1=1 AND tag1 = %d unikey is not null ", jccommon.MAIL_TAG1_CUSTOM)
|
||||||
subFilters := []f5.DbQueryFilter{
|
subFilters := []f5.DbQueryFilter{
|
||||||
f5.GetDbFilter().Custom("deleted = 0").And(),
|
f5.GetDbFilter().Custom("deleted = 0").And(),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user