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