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
aaa5a7c3
Commit
aaa5a7c3
authored
Jul 14, 2022
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出运营报表2-经纪人日程管理,销售目标,活动量
parent
e35fc113
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsPractitionerServiceImpl.java
+1
-1
yd-api/src/main/resources/mapper/agms/AgmsPractitionerMapper.xml
+1
-1
No files found.
yd-api/src/main/java/com/yd/api/agms/service/impl/AgmsPractitionerServiceImpl.java
View file @
aaa5a7c3
...
@@ -228,7 +228,7 @@ public class AgmsPractitionerServiceImpl implements AgmsPractitionerService {
...
@@ -228,7 +228,7 @@ public class AgmsPractitionerServiceImpl implements AgmsPractitionerService {
buf
.
append
(
i
+
1
).
append
(
CSV_COLUMN_SEPARATOR
);
buf
.
append
(
i
+
1
).
append
(
CSV_COLUMN_SEPARATOR
);
for
(
int
j
=
1
;
j
<
columnName
.
length
;
j
++)
{
for
(
int
j
=
1
;
j
<
columnName
.
length
;
j
++)
{
buf
.
append
(
map
.
get
(
j
+
""
)).
append
(
"\t"
).
append
(
CSV_COLUMN_SEPARATOR
);
buf
.
append
(
map
.
get
(
j
+
""
)
==
null
?
""
:
map
.
get
(
j
+
""
)
).
append
(
"\t"
).
append
(
CSV_COLUMN_SEPARATOR
);
}
}
buf
.
append
(
CSV_ROW_SEPARATOR
);
buf
.
append
(
CSV_ROW_SEPARATOR
);
...
...
yd-api/src/main/resources/mapper/agms/AgmsPractitionerMapper.xml
View file @
aaa5a7c3
...
@@ -116,7 +116,7 @@
...
@@ -116,7 +116,7 @@
op.drop_option_name '4',
op.drop_option_name '4',
t.task_time_from '5',
t.task_time_from '5',
task_time_end '6',
task_time_end '6',
t.notice
'7',
REPLACE(t.notice,',',';')
'7',
date_format(t.created_at, '%Y-%m-%d %H:%i:%s') '8'
date_format(t.created_at, '%Y-%m-%d %H:%i:%s') '8'
FROM ag_mkt_schedule_task_tracking t, ag_acl_practitioner p, ag_md_drop_options op
FROM ag_mkt_schedule_task_tracking t, ag_acl_practitioner p, ag_md_drop_options op
WHERE t.practitioner_id = p.id AND op.id = t.md_drop_option_id
WHERE t.practitioner_id = p.id AND op.id = t.md_drop_option_id
...
...
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