|
@@ -333,7 +333,7 @@ interview_distribution = values(interview_distribution)
|
|
|
<if test="shareType < 4">
|
|
<if test="shareType < 4">
|
|
|
and a.share_type = #{shareType}
|
|
and a.share_type = #{shareType}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="shareType = 4">
|
|
|
|
|
|
|
+ <if test="shareType == 4">
|
|
|
and a.share_type in (0,2)
|
|
and a.share_type in (0,2)
|
|
|
</if>
|
|
</if>
|
|
|
</if>
|
|
</if>
|