@@ -77,7 +77,6 @@
<select id="selectList" parameterType="MastFarmer" resultMap="MastFarmerResult">
<include refid="selectMastFarmerVo"/>
<where>
- sdd.dict_type = 'usage_status_type'
<if test="id != null and id != ''">
and mf.id = #{id}
</if>