|
@ -118,6 +118,7 @@ |
|
|
<if test="relationStyleName != null">#{relationStyleName,jdbcType=VARCHAR},</if> |
|
|
<if test="relationStyleName != null">#{relationStyleName,jdbcType=VARCHAR},</if> |
|
|
<if test="extendData != null">#{extendData,jdbcType=VARCHAR},</if> |
|
|
<if test="extendData != null">#{extendData,jdbcType=VARCHAR},</if> |
|
|
<if test="isNeedCluster != null">#{isNeedCluster,jdbcType=VARCHAR},</if> |
|
|
<if test="isNeedCluster != null">#{isNeedCluster,jdbcType=VARCHAR},</if> |
|
|
|
|
|
<if test="isSupportFastQuery != null">#{isSupportFastQuery,jdbcType=VARCHAR},</if> |
|
|
1, |
|
|
1, |
|
|
</trim> |
|
|
</trim> |
|
|
</insert> |
|
|
</insert> |
|
@ -153,6 +154,7 @@ |
|
|
<if test="relationStyleName != null">relation_style_name=#{relationStyleName,jdbcType=VARCHAR},</if> |
|
|
<if test="relationStyleName != null">relation_style_name=#{relationStyleName,jdbcType=VARCHAR},</if> |
|
|
<if test="extendData != null">extend_data=#{extendData,jdbcType=VARCHAR},</if> |
|
|
<if test="extendData != null">extend_data=#{extendData,jdbcType=VARCHAR},</if> |
|
|
<if test="isNeedCluster != null">is_need_cluster=#{isNeedCluster,jdbcType=VARCHAR},</if> |
|
|
<if test="isNeedCluster != null">is_need_cluster=#{isNeedCluster,jdbcType=VARCHAR},</if> |
|
|
|
|
|
<if test="isSupportFastQuery != null">is_support_fast_query=#{isSupportFastQuery,jdbcType=VARCHAR},</if> |
|
|
</set> |
|
|
</set> |
|
|
where is_valid=1 |
|
|
where is_valid=1 |
|
|
AND |
|
|
AND |
|
|