Administrator
2 days ago 39dc91a2cd323c8c211000dfb357cf9cb5907687
src/main/resources/mapper/modules/ClothesOrderMapper.xml
@@ -10,9 +10,12 @@
            a.status as status,
            b.name as typeName,
            b.image as typeImage,
            c.express_no as expressNo,
            c.express_com as expressCom,
            a.goods_cnt as goodsCnt
        from clothes_order a
        left join clothes_type b on a.type_id = b.id
        left join mall_express_info c on a.id=c.order_id
        <where>
            and a.member_id = #{record.memberId}
            <if test="record != null">