Commit e1cf975b by 徐高华

朋友圈

parent c43f745f
......@@ -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}
......
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