|
@@ -104,6 +104,9 @@
|
|
<if test="expiryDate != null">
|
|
<if test="expiryDate != null">
|
|
expiry_date_ = #{expiryDate},
|
|
expiry_date_ = #{expiryDate},
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="versionTag != null">
|
|
|
|
+ version_tag_ = #{versionTag},
|
|
|
|
+ </if>
|
|
update_time_ = NOW()
|
|
update_time_ = NOW()
|
|
</set>
|
|
</set>
|
|
WHERE id_ = #{id} and tenant_id_ = #{tenantId}
|
|
WHERE id_ = #{id} and tenant_id_ = #{tenantId}
|