|
@@ -119,7 +119,7 @@ warn_status,forecast_status,
|
|
|
<if test="typeId != null and typeId != ''">
|
|
|
and info.type_id = #{typeId}
|
|
|
</if>
|
|
|
- <if test="isSpecial != null and isSpecial != ''">
|
|
|
+ <if test="isSpecial == 0 and isSpecial == 1">
|
|
|
and info.is_special = #{isSpecial}
|
|
|
</if>
|
|
|
<if test="producerName != null and producerName != ''">
|