no necessary to update code
Showing
1 changed file
with
0 additions
and
3 deletions
@@ -65,9 +65,6 @@ | @@ -65,9 +65,6 @@ | ||
65 | <update id="updateByPrimaryKey" parameterType="com.yoho.order.model.MetaConfig"> | 65 | <update id="updateByPrimaryKey" parameterType="com.yoho.order.model.MetaConfig"> |
66 | update meta_config | 66 | update meta_config |
67 | <set> | 67 | <set> |
68 | - <if test="code != null and code != ''"> | ||
69 | - code = #{code,jdbcType=VARCHAR}, | ||
70 | - </if> | ||
71 | <if test="title != null and title != ''"> | 68 | <if test="title != null and title != ''"> |
72 | title = #{title,jdbcType=VARCHAR}, | 69 | title = #{title,jdbcType=VARCHAR}, |
73 | </if> | 70 | </if> |
-
Please register or login to post a comment