|
@@ -43,6 +43,7 @@
|
|
|
<result column="uid" property="uid" jdbcType="VARCHAR" />
|
|
<result column="uid" property="uid" jdbcType="VARCHAR" />
|
|
|
<result column="urgent_days" property="urgentDays" jdbcType="INTEGER" />
|
|
<result column="urgent_days" property="urgentDays" jdbcType="INTEGER" />
|
|
|
<result column="urgent_money" property="urgentMoney" jdbcType="DECIMAL" />
|
|
<result column="urgent_money" property="urgentMoney" jdbcType="DECIMAL" />
|
|
|
|
|
+ <result column="picture_url_min" property="pictureUrlMin" jdbcType="VARCHAR" />
|
|
|
</resultMap>
|
|
</resultMap>
|
|
|
<sql id="Base_Column_List" >
|
|
<sql id="Base_Column_List" >
|
|
|
id, serial_number, data_category, name, keyword, info_sources, industry_category_a,
|
|
id, serial_number, data_category, name, keyword, info_sources, industry_category_a,
|
|
@@ -51,7 +52,7 @@
|
|
|
fixed_scheme, cost_escrow, budget_cost, validity_period, employer_id, employer_name,
|
|
fixed_scheme, cost_escrow, budget_cost, validity_period, employer_id, employer_name,
|
|
|
employer_address, employer_contacts, employer_contacts_mobile, employer_contacts_mailbox,
|
|
employer_address, employer_contacts, employer_contacts_mobile, employer_contacts_mailbox,
|
|
|
contacts, status, release_status, release_date, create_time, principal_id, deleted_sign,
|
|
contacts, status, release_status, release_date, create_time, principal_id, deleted_sign,
|
|
|
- audit_status, tech_broker_id,boutique,urgent_money,urgent_days
|
|
|
|
|
|
|
+ audit_status, tech_broker_id,boutique,urgent_money,urgent_days,picture_url_min
|
|
|
</sql>
|
|
</sql>
|
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
|
|
|
select
|
|
select
|
|
@@ -498,13 +499,13 @@
|
|
|
crowd_cost=#{crowdCost,jdbcType=DECIMAL},
|
|
crowd_cost=#{crowdCost,jdbcType=DECIMAL},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="isHot!=null">
|
|
<if test="isHot!=null">
|
|
|
- is_hot=#{isHot,jdbcType=INTEGER}
|
|
|
|
|
|
|
+ is_hot=#{isHot,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="auditInfo!=null">
|
|
<if test="auditInfo!=null">
|
|
|
- audit_info=#{auditInfo,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ audit_info=#{auditInfo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="pictureUrlMin !=null">
|
|
<if test="pictureUrlMin !=null">
|
|
|
- picture_url_min=#{pictureUrlMin,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ picture_url_min=#{pictureUrlMin,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
</set>
|
|
</set>
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
@@ -881,7 +882,8 @@
|
|
|
keyword,
|
|
keyword,
|
|
|
picture_url as pictureUrl,
|
|
picture_url as pictureUrl,
|
|
|
audit_status as auditStatus,
|
|
audit_status as auditStatus,
|
|
|
- audit_info as auditInfo
|
|
|
|
|
|
|
+ audit_info as auditInfo,
|
|
|
|
|
+ picture_url_min as pictureUrlMin
|
|
|
from
|
|
from
|
|
|
demand
|
|
demand
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|