魏超 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