浏览代码

利用状态字典名称修改

zdsong 2 周之前
父节点
当前提交
be7f963061
共有 1 个文件被更改,包括 0 次插入1 次删除
  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>