Browse Source

利用状态字典名称修改

zdsong 2 weeks ago
parent
commit
be7f963061
1 changed files with 0 additions and 1 deletions
  1. 0 1
      farm-crm-biz/src/main/resources/mapper/crm/MastFarmerMapper.xml

+ 0 - 1
farm-crm-biz/src/main/resources/mapper/crm/MastFarmerMapper.xml

@@ -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>