数据库错误: [Column 'auditing' in where clause is ambiguous]
select a.*,b.nickname from shl_comment a left join shl_user b on a.memberid=b.id where a.channelid=3 and a.recordid=11 and auditing=1
数据库错误: [Column 'auditing' in where clause is ambiguous]
SELECT a.*,b.nickname FROM shl_comment a left join shl_user b on a.memberId=b.id WHERE a.channelId=3 and a.recordId=11 and auditing=1 order by id desc limit 0,6
![]() |