胡轶钦 5 年 前
コミット
b3264c4118

+ 1
- 1
src/main/java/com/huiju/estateagents/service/impl/TaRecommendCustomerServiceImpl.java ファイルの表示

286
 //        taRecommendCustomer.setDemandType(params.getString("demandType"));
286
 //        taRecommendCustomer.setDemandType(params.getString("demandType"));
287
 //        taRecommendCustomer.setPriceRange(params.getString("priceRange"));
287
 //        taRecommendCustomer.setPriceRange(params.getString("priceRange"));
288
         taRecommendCustomer.setEntryType(CommConstant.ENTRY_VERIFY);
288
         taRecommendCustomer.setEntryType(CommConstant.ENTRY_VERIFY);
289
-        taRecommendCustomer.setVerifyStatus(CommConstant.READY);
289
+        taRecommendCustomer.setVerifyStatus(CommConstant.VERIFY_AGREE);
290
         taRecommendCustomer.setStatus(CommConstant.CUSTOMER_REPORT);
290
         taRecommendCustomer.setStatus(CommConstant.CUSTOMER_REPORT);
291
 
291
 
292
 
292
 

+ 1
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml ファイルの表示

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