|
|
@@ -90,7 +90,7 @@
|
|
|
transfer_mode, bargaining_mode, transfer_price, patent_case,
|
|
|
awards, team_des, parameter, status,
|
|
|
create_time, release_status, release_date,
|
|
|
- deleted_sign, audit_status,international_flag,boutique)
|
|
|
+ deleted_sign, audit_status,international_flag,boutique,is_hot)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{serialNumber,jdbcType=INTEGER}, #{dataCategory,jdbcType=INTEGER},
|
|
|
#{name,jdbcType=VARCHAR}, #{keyword,jdbcType=VARCHAR}, #{category,jdbcType=INTEGER},
|
|
|
#{summary,jdbcType=VARCHAR}, #{introduction,jdbcType=LONGVARCHAR}, #{technicalPictureUrl,jdbcType=VARCHAR},
|
|
|
@@ -103,7 +103,7 @@
|
|
|
#{status,jdbcType=INTEGER},
|
|
|
#{createTime,jdbcType=TIMESTAMP}, #{releaseStatus,jdbcType=INTEGER}, #{releaseDate,jdbcType=TIMESTAMP},
|
|
|
#{deletedSign,jdbcType=INTEGER}, #{auditStatus,jdbcType=INTEGER},
|
|
|
- #{internationalFlag,jdbcType=INTEGER},#{boutique,jdbcType=INTEGER})
|
|
|
+ #{internationalFlag,jdbcType=INTEGER},#{boutique,jdbcType=INTEGER}),#{isHot,jdbcType=INTEGER}
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.goafanti.common.model.Achievement">
|
|
|
insert into achievement
|
|
|
@@ -547,6 +547,9 @@
|
|
|
<if test="boutique != null">
|
|
|
boutique = #{boutique,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="isHot != null">
|
|
|
+ is_hot = #{isHot,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
</set>
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
@@ -1531,7 +1534,7 @@ audit_status=2
|
|
|
and info_sources=1
|
|
|
order by release_date limit #{0}
|
|
|
</select>
|
|
|
-<select id="listMyAchievementByPage" resultType="com.goafanti.demand.bo.DemandAchievementListBo">
|
|
|
+<select id="listMyAchievementByPage" resultType="com.goafanti.portal.bo.AchievementObject">
|
|
|
select
|
|
|
a.id, a.serial_number as serialNumber, a.data_category as dataCategory,
|
|
|
a.name, a.release_date as releaseDate, a.audit_status as auditStatus
|