Selaa lähdekoodia

add avatarurl

胡轶钦 5 vuotta sitten
vanhempi
commit
f979386877
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRecommendCustomerMapper.xml Näytä tiedosto

@@ -684,7 +684,7 @@ FROM
684 684
     </select>
685 685
 
686 686
     <select id="getCustomersIRecommended" resultType="com.huiju.estateagents.entity.TaRecommendCustomer">
687
-        select a.*,b.avatarurl from ta_recommend_customer left join ta_person b on a.person_id = b.person_id
687
+        select a.*,b.avatarurl from ta_recommend_customer a left join ta_person b on a.person_id = b.person_id
688 688
         where a.recommend_person = #{customerId}
689 689
         and a.status = #{status}
690 690
         and a.org_id = #{orgId}