|
@@ -27,6 +27,7 @@
|
|
|
<result property="sort" column="sort"/>
|
|
|
<result property="wwwEnabledStatus" column="wwwEnabledStatus"/>
|
|
|
<result property="crmEnabledStatus" column="crmEnabledStatus"/>
|
|
|
+ <result property="backColor" column="backColor"/>
|
|
|
|
|
|
<collection property="products" ofType="com.caimei365.commodity.model.vo.ProductItemVo">
|
|
|
<id property="productId" column="productId"/>
|
|
@@ -1789,6 +1790,7 @@
|
|
|
npz.floorDetail,
|
|
|
npz.wwwEnabledStatus,
|
|
|
npz.crmEnabledStatus,
|
|
|
+ npz.backColor,
|
|
|
p.productId,
|
|
|
p.name,
|
|
|
p.mainImage,
|
|
@@ -1922,7 +1924,8 @@
|
|
|
floorTitle,
|
|
|
floorDetail,
|
|
|
wwwEnabledStatus,
|
|
|
- crmEnabledStatus
|
|
|
+ crmEnabledStatus,
|
|
|
+ backColor
|
|
|
from new_page_zone
|
|
|
where id = #{zoneId}
|
|
|
</select>
|