魏熙美 hace 5 años
padre
commit
7f7b0a16e9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/main/resources/mapper/TaRecommendCustomerMapper.xml

+ 1
- 0
src/main/resources/mapper/TaRecommendCustomerMapper.xml Ver fichero

@@ -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,