xiaoyong931011
2022-09-06 4c90ddfec52291a0977c9cea0df6fa0acfec6e03
src/main/resources/mapper/modules/MallRefundMapper.xml
@@ -20,7 +20,7 @@
                and a.state = #{state}
            </if>
        </where>
        order by a.CREATED_TIME desc
    </select>
    <select id="getOrderRefundListInPage" resultType="cc.mrbird.febs.mall.entity.MallRefundEntity">
@@ -28,7 +28,7 @@
               b.order_no orderNo,
               b.status,
               c.goods_name goodsName,
               c.cnt,
               c.cnt
        from mall_refund a
        inner join mall_order_info b on a.order_id = b.id
        inner join mall_order_item c on a.item_id = c.id