|
@@ -3,7 +3,7 @@
|
|
|
<mapper namespace="com.fdkankan.agent.mapper.IContactUsPointMapper">
|
|
<mapper namespace="com.fdkankan.agent.mapper.IContactUsPointMapper">
|
|
|
|
|
|
|
|
<select id="pageList" resultType="com.fdkankan.agent.entity.ContactUsPoint">
|
|
<select id="pageList" resultType="com.fdkankan.agent.entity.ContactUsPoint">
|
|
|
- select * from t_contact_us_point p left join t_contact_us u on p.session_id = u.session_id
|
|
|
|
|
|
|
+ select DISTINCT p.* from t_contact_us_point p left join t_contact_us u on p.session_id = u.session_id
|
|
|
where p.rec_status = 'A'
|
|
where p.rec_status = 'A'
|
|
|
<if test="param.email != null and param.email != ''">
|
|
<if test="param.email != null and param.email != ''">
|
|
|
and u.email like concat('%',#{param.email},'%')
|
|
and u.email like concat('%',#{param.email},'%')
|