|
|
|
@ -56,6 +56,10 @@
|
|
|
|
|
<if test="status != null">status=#{status},</if>
|
|
|
|
|
<if test="type != null">type=#{type},</if>
|
|
|
|
|
<if test="creditNo != null">creditNo=#{creditNo},</if>
|
|
|
|
|
<if test="platformId != null">platform_id=#{platformId},</if>
|
|
|
|
|
<if test="appid != null">appid=#{appid},</if>
|
|
|
|
|
<if test="apiKey != null">api_key=#{apiKey},</if>
|
|
|
|
|
<if test="secretKey != null">secret_key=#{secretKey},</if>
|
|
|
|
|
</set>
|
|
|
|
|
WHERE id = #{id}
|
|
|
|
|
</update>
|
|
|
|
|