KKSU
2024-11-25 cabf7981f521efa7422b015bd7b1ff6bf73282c1
refactor: 修改 MallGoodsMapper.xml 中的字段名

- 将 isSku 修改为 is_sku- 统一字段名格式,使用下划线命名法
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MallGoodsMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -173,7 +173,7 @@
        a.goods_introdution,
        a.unit,
        a.thumb,
        a.isSku,
        a.is_sku,
        a.goods_details,
        a.is_sale,
        a.original_price,