提交 24e3449c 作者: xiaowang

新增:展示价格

上级 e5fe470b
...@@ -332,6 +332,7 @@ ...@@ -332,6 +332,7 @@
<result column="selling_point" property="sellingPoint"/> <result column="selling_point" property="sellingPoint"/>
<result column="product_param" property="productParam"/> <result column="product_param" property="productParam"/>
<result column="user_account_id" property="userAccountId"/> <result column="user_account_id" property="userAccountId"/>
<result column="show_price" property="showPrice"/>
<collection property="leaseGoodsResources" javaType="java.util.List" <collection property="leaseGoodsResources" javaType="java.util.List"
ofType="com.mmc.pms.entity.lease.LeaseGoodsResourcesDO"> ofType="com.mmc.pms.entity.lease.LeaseGoodsResourcesDO">
<id column="resourceId" property="id"/> <id column="resourceId" property="id"/>
...@@ -358,6 +359,7 @@ ...@@ -358,6 +359,7 @@
lg.selling_point, lg.selling_point,
lg.product_param, lg.product_param,
lg.user_account_id, lg.user_account_id,
lg.show_price,
lg.create_time, lg.create_time,
lgr.id resourceId, lgr.id resourceId,
lgr.type, lgr.type,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论