|
@@ -9,6 +9,7 @@
|
|
|
<if test="sort != null and sort != ''">
|
|
|
sort,
|
|
|
</if>
|
|
|
+ backColor,
|
|
|
wwwEnabledStatus,
|
|
|
crmEnabledStatus,
|
|
|
createBy,
|
|
@@ -19,6 +20,7 @@
|
|
|
<if test="sort != null and sort != ''">
|
|
|
#{sort},
|
|
|
</if>
|
|
|
+ #{backColor},
|
|
|
#{wwwEnabledStatus},
|
|
|
#{crmEnabledStatus},
|
|
|
#{createBy},
|
|
@@ -71,6 +73,7 @@
|
|
|
SET floorTitle = #{floorTitle},
|
|
|
floorDetail = #{floorDetail},
|
|
|
sort = #{sort},
|
|
|
+ backColor = #{backColor},
|
|
|
wwwEnabledStatus = #{wwwEnabledStatus},
|
|
|
crmEnabledStatus = #{crmEnabledStatus},
|
|
|
updateBy = #{updateBy},
|
|
@@ -245,6 +248,7 @@
|
|
|
floorTitle,
|
|
|
floorDetail,
|
|
|
sort,
|
|
|
+ backColor,
|
|
|
wwwEnabledStatus,
|
|
|
crmEnabledStatus,
|
|
|
createDate,
|