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
bd097872
Commit
bd097872
authored
Jul 12, 2022
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出运营报表2-经纪人日程管理,销售目标,活动量
parent
ab943ab2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
yd-api/src/main/java/com/yd/api/agms/vo/practitioner/PractitionerScheduleRequestVO.java
+1
-1
yd-api/src/main/resources/mapper/agms/AgmsPractitionerMapper.xml
+2
-2
No files found.
yd-api/src/main/java/com/yd/api/agms/vo/practitioner/PractitionerScheduleRequestVO.java
View file @
bd097872
...
@@ -8,6 +8,6 @@ public class PractitionerScheduleRequestVO {
...
@@ -8,6 +8,6 @@ public class PractitionerScheduleRequestVO {
private
String
trackTime
;
private
String
trackTime
;
private
Long
practitionerId
;
private
Long
practitionerId
;
private
Integer
taskType
;
private
Integer
taskType
;
private
Lo
ng
dropOptionName
;
private
Stri
ng
dropOptionName
;
private
PageInfo
<
PractitionerScheduleInfo
>
page
;
private
PageInfo
<
PractitionerScheduleInfo
>
page
;
}
}
yd-api/src/main/resources/mapper/agms/AgmsPractitionerMapper.xml
View file @
bd097872
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
AND t.task_type = #{taskType,jdbcType=BIGINT}
AND t.task_type = #{taskType,jdbcType=BIGINT}
</if>
</if>
<if
test=
"dropOptionName != null"
>
<if
test=
"dropOptionName != null"
>
AND t.
md_drop_option_id = #{dropOptionName,jdbcType=BIGINT}
AND t.
notice like concat(concat('%',#{dropOptionName,jdbcType=VARCHAR}),'%')
</if>
</if>
AND t.is_active = 1
AND t.is_active = 1
</select>
</select>
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
AND t.practitioner_id = #{practitionerId,jdbcType=BIGINT}
AND t.practitioner_id = #{practitionerId,jdbcType=BIGINT}
</if>
</if>
<if
test=
"type != null"
>
<if
test=
"type != null"
>
AND t.
t.
statistic_time_unit = #{type,jdbcType=BIGINT}
AND t.statistic_time_unit = #{type,jdbcType=BIGINT}
</if>
</if>
AND t.is_active = 1
AND t.is_active = 1
</select>
</select>
...
...
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