魏超 5 gadus atpakaļ
vecāks
revīzija
4cedfd1c49

+ 1
- 2
src/main/resources/mapper/TaRecommendCustomerMapper.xml Parādīt failu

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