Explorar el Código

水查查接口工程

hym hace 4 años
padre
commit
400a4b52d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      smart-city-platform/src/main/resources/mapper/UserMapper.xml

+ 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}