Browse Source

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

胡轶钦 5 years ago
parent
commit
034484b243
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml View File

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