胡轶钦 5 år sedan
förälder
incheckning
b3264c4118

+ 1
- 1
src/main/java/com/huiju/estateagents/service/impl/TaRecommendCustomerServiceImpl.java Visa fil

@@ -286,7 +286,7 @@ public class TaRecommendCustomerServiceImpl extends ServiceImpl<TaRecommendCusto
286 286
 //        taRecommendCustomer.setDemandType(params.getString("demandType"));
287 287
 //        taRecommendCustomer.setPriceRange(params.getString("priceRange"));
288 288
         taRecommendCustomer.setEntryType(CommConstant.ENTRY_VERIFY);
289
-        taRecommendCustomer.setVerifyStatus(CommConstant.READY);
289
+        taRecommendCustomer.setVerifyStatus(CommConstant.VERIFY_AGREE);
290 290
         taRecommendCustomer.setStatus(CommConstant.CUSTOMER_REPORT);
291 291
 
292 292
 

+ 1
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml Visa fil

@@ -162,6 +162,7 @@ FROM
162 162
         LEFT JOIN ta_user d on d.user_id = a.realty_consultant
163 163
         <where>
164 164
             a.status > 0
165
+            and a.verify_status = 1
165 166
             and a.realty_consultant is not null
166 167
             <if test="orgId != null">
167 168
                 and a.org_id = #{orgId}