|
@@ -103,7 +103,7 @@
|
|
update_time_ = #{updateTime,jdbcType=DATE},
|
|
update_time_ = #{updateTime,jdbcType=DATE},
|
|
</if>
|
|
</if>
|
|
<if test="status != null">
|
|
<if test="status != null">
|
|
- status_ = #{status,jdbcType=TINYINT},
|
|
|
|
|
|
+ status_ = #{status,jdbcType=INTEGER},
|
|
</if>
|
|
</if>
|
|
</set>
|
|
</set>
|
|
where id_ = #{id,jdbcType=INTEGER}
|
|
where id_ = #{id,jdbcType=INTEGER}
|