Commit 8370fcef by yao.xiao

解决冲突

parent dc0065ab
......@@ -6,7 +6,7 @@
<result column="role" jdbcType="INTEGER" property="role" />
<result column="account_id" jdbcType="VARCHAR" property="accountId" />
<result column="login" jdbcType="VARCHAR" property="login" />
<result column="mobile_no" jdbcType="VARCHAR" property="mobileNo" />
<result column="mobile_no" jdbcType="VARCHAR" property="mobileNo" typeHandler="com.yd.util.deshandler.DESTypeHandler"/>
<result column="authen_code" jdbcType="VARCHAR" property="authenCode" />
<result column="password" jdbcType="VARCHAR" property="password" />
<result column="email" jdbcType="VARCHAR" property="email" />
......@@ -21,7 +21,7 @@
<result column="en_firstname" jdbcType="VARCHAR" property="enFirstname" />
<result column="en_lastname" jdbcType="VARCHAR" property="enLastname" />
<result column="id_type_id" jdbcType="BIGINT" property="idTypeId" />
<result column="id_no" jdbcType="VARCHAR" property="idNo" />
<result column="id_no" jdbcType="VARCHAR" property="idNo" typeHandler="com.yd.util.deshandler.DESTypeHandler"/>
<result column="gender" jdbcType="INTEGER" property="gender" />
<result column="birth_date" jdbcType="DATE" property="birthDate" />
<result column="last_login_time" jdbcType="TIMESTAMP" property="lastLoginTime" />
......
......@@ -692,9 +692,9 @@
a.customer_id opportunityId,
c.NAME name,
c.mobile_no mobileNo,
p.mkt_campaign opportunityFrom,
p.mkt_campaign mdDropOptionId,
date_format(a.created_at, '%Y-%m-%d %H:%i:%s') opportunityDate,
if (p.mkt_campaign is null ,'',(SELECT cam.name from ag_md_mk_campaign cam where cam.id = p.mkt_campaign )) mdDropOptionId,
if (p.mkt_campaign is null ,'',(SELECT cam.name from ag_md_mk_campaign cam where cam.id = p.mkt_campaign )) opportunityFrom,
a.id leadsAssignedId
FROM
ag_mkt_leads_assigneds a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment