Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
8370fcef
Commit
8370fcef
authored
May 09, 2020
by
yao.xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决冲突
parent
dc0065ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
yd-api/src/main/resources/mapper/customer/AclCustomerMapper.xml
+2
-2
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
+2
-2
No files found.
yd-api/src/main/resources/mapper/customer/AclCustomerMapper.xml
View file @
8370fcef
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<result
column=
"role"
jdbcType=
"INTEGER"
property=
"role"
/>
<result
column=
"role"
jdbcType=
"INTEGER"
property=
"role"
/>
<result
column=
"account_id"
jdbcType=
"VARCHAR"
property=
"accountId"
/>
<result
column=
"account_id"
jdbcType=
"VARCHAR"
property=
"accountId"
/>
<result
column=
"login"
jdbcType=
"VARCHAR"
property=
"login"
/>
<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=
"authen_code"
jdbcType=
"VARCHAR"
property=
"authenCode"
/>
<result
column=
"password"
jdbcType=
"VARCHAR"
property=
"password"
/>
<result
column=
"password"
jdbcType=
"VARCHAR"
property=
"password"
/>
<result
column=
"email"
jdbcType=
"VARCHAR"
property=
"email"
/>
<result
column=
"email"
jdbcType=
"VARCHAR"
property=
"email"
/>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<result
column=
"en_firstname"
jdbcType=
"VARCHAR"
property=
"enFirstname"
/>
<result
column=
"en_firstname"
jdbcType=
"VARCHAR"
property=
"enFirstname"
/>
<result
column=
"en_lastname"
jdbcType=
"VARCHAR"
property=
"enLastname"
/>
<result
column=
"en_lastname"
jdbcType=
"VARCHAR"
property=
"enLastname"
/>
<result
column=
"id_type_id"
jdbcType=
"BIGINT"
property=
"idTypeId"
/>
<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=
"gender"
jdbcType=
"INTEGER"
property=
"gender"
/>
<result
column=
"birth_date"
jdbcType=
"DATE"
property=
"birthDate"
/>
<result
column=
"birth_date"
jdbcType=
"DATE"
property=
"birthDate"
/>
<result
column=
"last_login_time"
jdbcType=
"TIMESTAMP"
property=
"lastLoginTime"
/>
<result
column=
"last_login_time"
jdbcType=
"TIMESTAMP"
property=
"lastLoginTime"
/>
...
...
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
View file @
8370fcef
...
@@ -692,9 +692,9 @@
...
@@ -692,9 +692,9 @@
a.customer_id opportunityId,
a.customer_id opportunityId,
c.NAME name,
c.NAME name,
c.mobile_no mobileNo,
c.mobile_no mobileNo,
p.mkt_campaign
opportunityFrom
,
p.mkt_campaign
mdDropOptionId
,
date_format(a.created_at, '%Y-%m-%d %H:%i:%s') opportunityDate,
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
a.id leadsAssignedId
FROM
FROM
ag_mkt_leads_assigneds a
ag_mkt_leads_assigneds a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment