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