Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
e1cf975b
Commit
e1cf975b
authored
Mar 10, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
朋友圈
parent
c43f745f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
18 deletions
+17
-18
qwMomentPlanAttendMapper.xml
...main/resources/mapper/moment/qwMomentPlanAttendMapper.xml
+17
-18
No files found.
haoban-manage3-service/src/main/resources/mapper/moment/qwMomentPlanAttendMapper.xml
View file @
e1cf975b
...
...
@@ -45,24 +45,23 @@
<select
id=
"list"
resultType=
"com.gic.haoban.manage.api.dto.moment.QwMomentPlanAttendDTO"
parameterType=
"com.gic.haoban.manage.api.qdto.moment.PlanClerkListQDTO"
>
select a.attend_id,
a.plan_id,
a.wx_enterprise_id,
a.enterprise_id,
a.staff_id,
a.clerk_id,
a.clerk_code,
a.clerk_name,
a.create_time,
a.update_time,
a.delete_flag,
a.comment_count,
a.like_count,
a.task_status,
a.send_time,
a.moment_id,
a.qw_data_time,
a.store_id , a.status_flag from tab_haoban_qw_moment_plan_attend a left join tab_haoban_staff b on a.staff_id = b.staff_id
select a.attend_id attendId ,
a.plan_id planId,
a.wx_enterprise_id wxEnterpriseId,
a.enterprise_id enterpriseId,
a.staff_id staffId,
a.clerk_id clerkId ,
a.clerk_code clerkCode,
a.clerk_name clerkName ,
a.create_time createTime,
a.update_time updateTime,
a.comment_count commentCount ,
a.like_count likeCount,
a.task_status taskStatus,
a.send_time sendTime ,
a.moment_id momentId,
a.qw_data_time qwDataTime ,
a.store_id storeId , a.status_flag statusFlag from tab_haoban_qw_moment_plan_attend a left join tab_haoban_staff b on a.staff_id = b.staff_id
where a.plan_id =#{planId} and a.delete_flag = 0
<if
test=
"null != staffNameLike"
>
and b.staff_name like #{staffNameLike}
...
...
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