xiaoyong931011
2023-03-24 971f739f9ee5fb868d72f9a85d65e9f0791d5032
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -111,6 +111,9 @@
        <result column="remark" property="remark" />
        <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" />