摘要: left join 左联表 where条件查询时 <if test="status != null and status != ''"> and status = #{status}</if> 没有声明是哪一个表,两表均有status字段 报错Column 'status' in where cla 阅读全文
posted @ 2020-06-10 15:31 ```天真有邪 阅读(1829) 评论(0) 推荐(0) 编辑