魏超 5 年之前
父節點
當前提交
4cedfd1c49
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 2
src/main/resources/mapper/TaRecommendCustomerMapper.xml 查看文件

139
             <if test="verifyStatus != null and verifyStatus !=''">
139
             <if test="verifyStatus != null and verifyStatus !=''">
140
                 and a.verify_status = #{verifyStatus}
140
                 and a.verify_status = #{verifyStatus}
141
             </if>
141
             </if>
142
-            <if test="sex != null and sex !=''">
142
+            <if test="sex != null">
143
                 and a.sex = #{sex}
143
                 and a.sex = #{sex}
144
-                and a.org_id = #{orgid}
145
             </if>
144
             </if>
146
         </where>
145
         </where>
147
         order by a.create_date desc
146
         order by a.create_date desc