From ca9901cd924a2d6d139d822c7f5a727b2015f4ee Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 20 Feb 2023 14:46:24 +0800 Subject: [PATCH] 支付剩余时间 --- src/main/resources/mapper/modules/MallGoodsMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/modules/MallGoodsMapper.xml b/src/main/resources/mapper/modules/MallGoodsMapper.xml index 414a8a2..46d4717 100644 --- a/src/main/resources/mapper/modules/MallGoodsMapper.xml +++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml @@ -25,7 +25,7 @@ <result property="carriageType" column="carriage_type" /> <result property="carriageAmount" column="carriage_amount" /> <result property="carriageRuleId" column="carriage_rule_id" /> - <result property="goodsWeight" column="goods_weight" /> +<!-- <result property="goodsWeight" column="goods_weight" />--> <collection property="styles" ofType="cc.mrbird.febs.mall.entity.MallGoodsStyle"> <id property="id" column="style_id" /> <result property="name" column="style_name" /> -- Gitblit v1.9.1