@@ -94,6 +94,7 @@
<if test="sjly != null and sjly != ''">and sjly = #{sjly}</if>
<if test="legend != null and legend != ''">and legend = #{legend}</if>
<if test="ywlx != null and ywlx != ''">and ywlx = #{ywlx}</if>
+ <if test="sharestate != null and sharestate != ''">and sharestate = #{sharestate}</if>
</where>
order by sort
</select>