@@ -279,7 +279,7 @@
<where>
STATE != '9'
<if test="szd != null and szd != ''">
- SZD = #{szd,jdbcType=VARCHAR}
+ AND SZD = #{szd,jdbcType=VARCHAR}
</if>
</where>
</select>