select a.* from products a left join products_category b on b.CateId=a.CateId where a.GroupId='products' and a.UnfinishedState='0' and a.AuditState='3' and (b.domain_list IS NULL or b.domain_list='' or b.domain_list like '%,www.kepusz.com,%') and (a.StartTime<='1741190400' or a.EndTime>='1741795199') order by a.ApplyState asc,a.AccTime desc,a.StartTime desc limit 72, 12
连接数据表错误
错误代码: 1:Can't create/write to file '/tmp/MYPXPh3U' (Errcode: 28 - No space left on device)