xiaoyong931011
2023-03-10 417842b77970a8647945cff4ada68f3707f555e5
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -112,6 +112,8 @@
        <result column="del_flag" property="delFlag" />
        <result column="deliver_type" property="deliverType" />
        <result column="shop_id" property="shopId" />
        <result column="score_amount" property="scoreAmount" />
        <result column="score_cnt" property="scoreCnt" />
        <collection property="items" ofType="cc.mrbird.febs.mall.entity.MallOrderItem">
            <id property="id" column="item_id" />
            <result property="orderId" column="order_id" />