| | |
| | | <if test="rootClass != null">sub_root_id=#{rootClass.id,jdbcType=BIGINT},</if>
|
| | | <if test="parent != null">sub_pid=#{parent.id,jdbcType=BIGINT},</if>
|
| | | <if test="level != null">sub_level=#{level,jdbcType=INTEGER},</if>
|
| | | <if test="level != null">sub_state=#{state,jdbcType=INTEGER},</if>
|
| | | <if test="state != null">sub_state=#{state,jdbcType=INTEGER},</if>
|
| | | <if test="key != null">sub_key=#{key,jdbcType=VARCHAR},</if>
|
| | | <if test="searchJson != null">sub_search_json=#{searchJson,jdbcType=VARCHAR},</if>
|
| | | <if test="iosClick != null">sub_ios_click=#{iosClick,jdbcType=BIGINT},</if>
|