魏超 5 年之前
父節點
當前提交
4cedfd1c49
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

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

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