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