修改updateUnit

master
cqf 3 years ago committed by Gitee
parent 63b76cc04c
commit c5fafd58da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -56,6 +56,10 @@
<if test="status != null">status=#{status},</if> <if test="status != null">status=#{status},</if>
<if test="type != null">type=#{type},</if> <if test="type != null">type=#{type},</if>
<if test="creditNo != null">creditNo=#{creditNo},</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> </set>
WHERE id = #{id} WHERE id = #{id}
</update> </update>

Loading…
Cancel
Save