|
@@ -66,7 +66,7 @@
|
|
|
,#{createTime,jdbcType= TIMESTAMP }
|
|
|
,#{updateBy,jdbcType=VARCHAR}
|
|
|
,#{updateTime,jdbcType= TIMESTAMP }
|
|
|
- ,#{popedom,jdbcType= NUMERIC }
|
|
|
+ ,#{popedom,jdbcType= VARCHAR }
|
|
|
)
|
|
|
]]>
|
|
|
</insert>
|
|
@@ -143,7 +143,7 @@
|
|
|
update_time=#{updateTime,jdbcType= TIMESTAMP },
|
|
|
</if>
|
|
|
<if test="popedom!=null">
|
|
|
- popedom_=#{popedom,jdbcType= NUMERIC },
|
|
|
+ popedom_=#{popedom,jdbcType= VARCHAR },
|
|
|
</if>
|
|
|
</set>
|
|
|
where id_=#{id}
|