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
1
Merge Requests
1
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
d22aa471
Commit
d22aa471
authored
Mar 10, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
朋友圈
parent
d3495072
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
QwMomentPlanServiceImpl.java
.../service/service/moment/impl/QwMomentPlanServiceImpl.java
+3
-1
qwMomentPlanDataMapper.xml
...c/main/resources/mapper/moment/qwMomentPlanDataMapper.xml
+4
-0
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/moment/impl/QwMomentPlanServiceImpl.java
View file @
d22aa471
...
...
@@ -455,7 +455,9 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
@Override
public
void
getQwData
(
TabQwMomentPlanAttend
task
)
{
MomentResultDTO
dto
=
this
.
getQwData
(
task
.
getStaffId
(),
task
.
getMomentId
(),
task
.
getWxEnterpriseId
())
;
this
.
qwMomentPlanDataService
.
save
(
task
,
dto
)
;
if
(
null
!=
dto
)
{
this
.
qwMomentPlanDataService
.
save
(
task
,
dto
);
}
}
private
MomentResultDTO
getQwData
(
String
staffId
,
String
momentId
,
String
wxEnterpriseId
)
{
...
...
haoban-manage3-service/src/main/resources/mapper/moment/qwMomentPlanDataMapper.xml
View file @
d22aa471
...
...
@@ -68,6 +68,8 @@
enterprise_id,
staff_id,
clerk_id,
clerk_code ,
clerk_name,
store_id,
member_id,
comment_time,
...
...
@@ -82,6 +84,8 @@
#{item.wxEnterpriseId,jdbcType=CHAR},
#{item.enterpriseId,jdbcType=CHAR},
#{item.staffId,jdbcType=CHAR},
#{item.clerkCode},
#{item.clerkName},
#{item.clerkId,jdbcType=CHAR},
#{item.storeId,jdbcType=CHAR},
#{item.memberId,jdbcType=CHAR},
...
...
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