@@ -106,6 +106,9 @@
<if test="useCondition != null">
use_condition_ = #{useCondition},
</if>
+ <if test="issuanceType != null">
+ issuance_type_ = #{issuanceType},
+ </if>
update_time_ = NOW()
</set>
WHERE id_ = #{id} and tenant_id_ = #{tenantId}