|
|
@@ -81,7 +81,7 @@
|
|
81
|
81
|
<if test="channelName != null and channelName != ''">AND channel_name LIKE CONCAT('%', #{channelName}, '%')</if>
|
|
82
|
82
|
<if test="postId != null">AND post_id = #{postId}</if>
|
|
83
|
83
|
<if test="postName != null and postName != ''">AND post_name LIKE CONCAT('%', #{postName}, '%')</if>
|
|
84
|
|
- <if test="scoreType != null and scoreType != '' and scoreType != '0'">AND score_type = #{scoreType}</if>
|
|
|
84
|
+ <if test="scoreType != null and scoreType != '' and scoreType != 0">AND score_type = #{scoreType}</if>
|
|
85
|
85
|
<if test="personName != null and personName != ''">AND person_name LIKE CONCAT('%', #{personName}, '%')</if>
|
|
86
|
86
|
<if test="deptName != null and deptName != ''">AND dept_name LIKE CONCAT('%', #{deptName}, '%')</if>
|
|
87
|
87
|
<if test="teamName != null and teamName != ''">AND team_name LIKE CONCAT('%', #{teamName}, '%')</if>
|