fix
Helius
2022-04-28 1bf57dbbb7025facb8a3e3c2074e82af6f13b24f
src/main/resources/mapper/modules/MallGoodsSkuMapper.xml
@@ -20,7 +20,9 @@
    <select id="selectByGoodId" resultType="cc.mrbird.febs.mall.vo.AdminMailGoodsSkuDetailVo">
        select * from mall_goods_sku where goods_id = #{id}
        select a.*,b.name styleName from mall_goods_sku a
            left join mall_goods_style b on a.style_id=b.ID
        where a.goods_id = #{id}
    </select>