|
@@ -28,18 +28,18 @@
|
|
|
(id_,company_id,position1_name,position2_name,position3_name,position4_name,position5_name,create_by,create_time,update_by,update_time,del_flag)
|
|
|
values
|
|
|
(
|
|
|
-#{id,jdbcType=VARCHAR}
|
|
|
-,#{companyId,jdbcType=VARCHAR}
|
|
|
-,#{position1Name,jdbcType=VARCHAR}
|
|
|
-,#{position2Name,jdbcType=VARCHAR}
|
|
|
-,#{position3Name,jdbcType=VARCHAR}
|
|
|
-,#{position4Name,jdbcType=VARCHAR}
|
|
|
-,#{position5Name,jdbcType=VARCHAR}
|
|
|
-,#{createBy,jdbcType=VARCHAR}
|
|
|
-,#{createTime,jdbcType= TIMESTAMP }
|
|
|
-,#{updateBy,jdbcType=VARCHAR}
|
|
|
-,#{updateTime,jdbcType= TIMESTAMP }
|
|
|
-,#{delFlag,jdbcType= NUMERIC }
|
|
|
+ #{id,jdbcType=VARCHAR}
|
|
|
+ ,#{companyId,jdbcType=VARCHAR}
|
|
|
+ ,#{position1Name,jdbcType=VARCHAR}
|
|
|
+ ,#{position2Name,jdbcType=VARCHAR}
|
|
|
+ ,#{position3Name,jdbcType=VARCHAR}
|
|
|
+ ,#{position4Name,jdbcType=VARCHAR}
|
|
|
+ ,#{position5Name,jdbcType=VARCHAR}
|
|
|
+ ,#{createBy,jdbcType=VARCHAR}
|
|
|
+ ,#{createTime,jdbcType= TIMESTAMP }
|
|
|
+ ,#{updateBy,jdbcType=VARCHAR}
|
|
|
+ ,#{updateTime,jdbcType= TIMESTAMP }
|
|
|
+ ,#{delFlag,jdbcType= NUMERIC }
|
|
|
)
|
|
|
]]>
|
|
|
</insert>
|
|
@@ -101,7 +101,7 @@
|
|
|
<where>
|
|
|
del_flag = 0
|
|
|
<if test="searchParams.companyId != null">
|
|
|
- and company_id like #{searchParams.companyId}
|
|
|
+ and company_id = #{searchParams.companyId}
|
|
|
</if>
|
|
|
</where>
|
|
|
<foreach item="sort" collection="sortList" open="order by" separator=",">
|