xiaoyong931011
2023-03-17 2cb25f9207a432a01b72b32b3b5ab8fc7e00da5a
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" />