|
|
|
@ -69,7 +69,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
insert into tc_network_sentiment
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="areaId != null">area_id,</if>
|
|
|
|
|
|
|
|
|
|
<if test="sentimentName != null">sentiment_name,</if>
|
|
|
|
|
<if test="reminder != null">reminder,</if>
|
|
|
|
|
<if test="sentimentReportType != null">sentiment_report_type,</if>
|
|
|
|
@ -97,8 +96,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="areaId != null">#{areaId},</if>
|
|
|
|
|
<if test="sentimentName != null">#{sentimentName},</if>
|
|
|
|
|
<if test="reminder != null">#{reminder},</if>
|
|
|
|
|
<if test="sentimentContent != null">#{sentimentContent},</if>
|
|
|
|
|
<if test="sentimentReportType != null">#{sentimentReportType},</if>
|
|
|
|
|
<if test="sentimentContent != null">#{sentimentContent},</if>
|
|
|
|
|
<if test="depName != null">#{depName},</if>
|
|
|
|
|
<if test="publishTime != null">#{publishTime},</if>
|
|
|
|
|
<if test="sentimentState != null">#{sentimentState},</if>
|
|
|
|
|