|
@@ -102,7 +102,7 @@
|
|
|
-->
|
|
|
id, category_id, money, type, business_line, kandian, free_kandian, day, free_day,
|
|
|
title, first_description, second_description, icon, show_type, weigh, createtime,
|
|
|
- updatetime, desc
|
|
|
+ updatetime, `desc`
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.book.dao.cps.pojo.example.GoodsExample" resultMap="BaseResultMap">
|
|
|
<!--
|
|
@@ -229,7 +229,7 @@
|
|
|
free_kandian, day, free_day,
|
|
|
title, first_description, second_description,
|
|
|
icon, show_type, weigh,
|
|
|
- createtime, updatetime, desc
|
|
|
+ createtime, updatetime, `desc`
|
|
|
)
|
|
|
values (#{id,jdbcType=INTEGER}, #{categoryId,jdbcType=VARCHAR}, #{money,jdbcType=DECIMAL},
|
|
|
#{type,jdbcType=CHAR}, #{businessLine,jdbcType=VARCHAR}, #{kandian,jdbcType=INTEGER},
|
|
@@ -646,7 +646,7 @@
|
|
|
insert into goods
|
|
|
(id, category_id, money, type, business_line, kandian, free_kandian, day, free_day,
|
|
|
title, first_description, second_description, icon, show_type, weigh, createtime,
|
|
|
- updatetime, desc)
|
|
|
+ updatetime, `desc`)
|
|
|
values
|
|
|
<foreach collection="list" item="item" separator=",">
|
|
|
(#{item.id,jdbcType=INTEGER}, #{item.categoryId,jdbcType=VARCHAR}, #{item.money,jdbcType=DECIMAL},
|
|
@@ -946,7 +946,7 @@
|
|
|
insert into goods
|
|
|
(id, category_id, money, type, business_line, kandian, free_kandian, day, free_day,
|
|
|
title, first_description, second_description, icon, show_type, weigh, createtime,
|
|
|
- updatetime, desc)
|
|
|
+ updatetime, `desc`)
|
|
|
values
|
|
|
(#{id,jdbcType=INTEGER}, #{categoryId,jdbcType=VARCHAR}, #{money,jdbcType=DECIMAL},
|
|
|
#{type,jdbcType=CHAR}, #{businessLine,jdbcType=VARCHAR}, #{kandian,jdbcType=INTEGER},
|