Commit 2ddf0235 by 徐高华

朋友圈

parent 848d5a26
...@@ -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;
} }
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment