liusheng
2024-01-30 7ae67ba965ea680407ae21fedbd035d43ce8c313
smartor/src/main/resources/mapper/smartor/SvyLibTopicMapper.xml
@@ -107,9 +107,9 @@
            <if test="tag != null">tag,</if>
            <if test="svyTopicId != null">svy_topicid,</if>
            <if test="categoryid != null">categoryid,</if>
            <if test="topicContent != null">topic_content,</if>
            <if test="suitway != null">suitway,</if>
            <if test="isavailable != null">isavailable,</if>
            <if test="topicContent != null and topicContent != ''">topic_content,</if>
            <if test="suitway != null and suitway != ''">suitway,</if>
            <if test="isavailable != null and isavailable != ''">isavailable,</if>
            <if test="language != null and language!=''">language,</if>
            <if test="otherdata != null and otherdata!=''">otherdata,</if>
        </trim>
@@ -133,11 +133,11 @@
            <if test="tag != null">#{tag},</if>
            <if test="svyTopicId != null">#{svyTopicId},</if>
            <if test="categoryid != null">#{categoryid},</if>
            <if test="topicContent != null">#{topicContent},</if>
            <if test="suitway != null">#{suitway},</if>
            <if test="isavailable != null">#{isavailable},</if>
            <if test="language != null">#{language},</if>
            <if test="otherdata != null">#{otherdata},</if>
            <if test="topicContent != null and topicContent != ''">#{topicContent},</if>
            <if test="suitway != null  and suitway != ''">#{suitway},</if>
            <if test="isavailable != null and isavailable != ''">#{isavailable},</if>
            <if test="language != null  and language!=''">#{language},</if>
            <if test="otherdata != null and otherdata!=''">#{otherdata},</if>
        </trim>
    </insert>