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
2ddf0235
Commit
2ddf0235
authored
Mar 13, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
朋友圈
parent
848d5a26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
23 deletions
+1
-23
TaskDetailDTO.java
...a/com/gic/haoban/manage/api/dto/moment/TaskDetailDTO.java
+0
-20
qwMomentPlanAttendMapper.xml
...main/resources/mapper/moment/qwMomentPlanAttendMapper.xml
+1
-3
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/moment/TaskDetailDTO.java
View file @
2ddf0235
...
@@ -65,26 +65,6 @@ public class TaskDetailDTO implements Serializable {
...
@@ -65,26 +65,6 @@ public class TaskDetailDTO implements Serializable {
// 1内容
// 1内容
private
Integer
mediaType
;
private
Integer
mediaType
;
private
String
momentId
;
private
String
planMomentId
;
public
String
getMomentId
()
{
return
momentId
;
}
public
void
setMomentId
(
String
momentId
)
{
this
.
momentId
=
momentId
;
}
public
String
getPlanMomentId
()
{
return
planMomentId
;
}
public
void
setPlanMomentId
(
String
planMomentId
)
{
this
.
planMomentId
=
planMomentId
;
}
public
Integer
getMediaType
()
{
public
Integer
getMediaType
()
{
return
mediaType
;
return
mediaType
;
}
}
...
...
haoban-manage3-service/src/main/resources/mapper/moment/qwMomentPlanAttendMapper.xml
View file @
2ddf0235
...
@@ -119,9 +119,7 @@
...
@@ -119,9 +119,7 @@
a.like_count likeCount ,
a.like_count likeCount ,
a.comment_count commentCount ,
a.comment_count commentCount ,
a.qw_data_time qwDataTime ,
a.qw_data_time qwDataTime ,
a.task_status taskStatus ,
a.task_status taskStatus
a.moment_id momentId ,
b.moment_id planMomentId
from tab_haoban_qw_moment_plan_attend a left join tab_haoban_qw_moment_plan b on a.plan_id = b.plan_id
from tab_haoban_qw_moment_plan_attend a left join tab_haoban_qw_moment_plan b on a.plan_id = b.plan_id
where a.plan_id = #{planId} and a.clerk_id = #{clerkId} and a.delete_flag = 0 and a.status_flag = 1
where a.plan_id = #{planId} and a.clerk_id = #{clerkId} and a.delete_flag = 0 and a.status_flag = 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