| | |
| | | <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> |
| | |
| | | <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> |
| | | |