Browse Source

水查查接口工程

hym 4 năm trước cách đây
mục cha
commit
400a4b52d2

+ 1 - 1
smart-city-platform/src/main/resources/mapper/UserMapper.xml

@@ -354,7 +354,7 @@
                 <if test="user.createBy != null"> create_by = #{user.createBy,jdbcType=VARCHAR},</if>
                 <if test="user.updateDate != null"> update_date = #{user.updateDate,jdbcType=TIMESTAMP},</if>
                 <if test="user.updateBy != null"> update_by = #{user.updateBy,jdbcType=VARCHAR},</if>
-                <if test="user.openid != null"> openid = #{user.openid,jdbcType=VARCHAR}</if>
+                <if test="user.openid != null"> openid = #{user.openid,jdbcType=VARCHAR},</if>
                 <if test="user.uniqid != null"> uniq_id = #{user.uniqid,jdbcType=VARCHAR}</if>
         </set>
 		WHERE id = #{user.id,jdbcType=INTEGER}