소스 검색

Merge branch 'master' of http://git.ycjcjy.com/zhiyuxing/estateagents

胡轶钦 5 년 전
부모
커밋
034484b243
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml 파일 보기

@@ -34,6 +34,7 @@ FROM
34 34
     <select id="getCustomerList" resultType="com.huiju.estateagents.entity.TaRecommendCustomer">
35 35
         SELECT
36 36
 	a.*,
37
+	a.customer_id as customerId,
37 38
 	b.name as consultantName,
38 39
     b.tel as consultTel,
39 40
     c.nickname as recommendName,