摘要: 查询-多条件查询 编写接口方法:Mapper接口 参数:所有条件查询 List<Brand> selectByCondition(int status,String companyName, String brandName); 直接以这种方式传递多个参数,Mapper配置文件中的SQL语句将找不到 阅读全文
posted @ 2022-09-25 23:39 风陵南 阅读(795) 评论(0) 推荐(0)