Explorar o código

销售易增加sendUserId

zyy hai 1 semana
pai
achega
0d9fa6d081

+ 1 - 0
fs-service/src/main/resources/mapper/xiaoshouyi/XsyAccountMapper.xml

@@ -121,6 +121,7 @@
             <if test="expiresAt != null">expires_at = #{expiresAt},</if>
             <if test="refreshTokenExpiresAt != null">refresh_token_expires_at = #{refreshTokenExpiresAt},</if>
             <if test="status != null">status = #{status},</if>
+            <if test="sendUserId != null">send_user_id = #{sendUserId},</if>
             update_time = now()
         </set>
         where id = #{id}