• - 在产品列表模板中添加价格显示,使用红色高亮
    - 在 ProductDO 中添加 imageFileKey 字段,用于存储产品图片文件键
    - 修改 ProductMapper.xml,支持自定义 SQL 查询
    - 更新 ProductQueryVO,将 ids 类型从 List<Long> 改为 List<String>
    - 优化 ProductServiceImpl 中的产品查询逻辑,支持多条件查询和排序
    曾国涛 authored
     
    Browse Code »