fuweng11 commented on code in PR #8201: URL: https://github.com/apache/inlong/pull/8201#discussion_r1224051755
########## inlong-manager/manager-dao/src/main/resources/mappers/InlongTenantEntityMapper.xml: ########## @@ -97,7 +97,6 @@ <update id="updateById" parameterType="org.apache.inlong.manager.dao.entity.InlongTenantEntity"> update inlong_tenant set description = #{description,jdbcType=VARCHAR}, - is_deleted = #{isDeleted, jdbcType=INTEGER}, Review Comment: Please add delete interface for inlong tenant. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org