fix
Helius
2022-06-15 00efbc24de7db19a4c213c09c7db4b7525f9231f
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -20,6 +20,7 @@
        <result property="goodsType" column="goods_type" />
        <result property="hasCarriage" column="has_carriage" />
        <result property="carriage" column="carriage" />
        <result property="isNormal" column="is_normal" />
        <collection property="styles" ofType="cc.mrbird.febs.mall.entity.MallGoodsStyle">
            <id property="id" column="style_id" />
            <result property="name" column="style_name" />