select <includerefid="Base_Column_List"/> from tab_haoban_qw_moment_plan_data a left join tab_haoban_staff b on a.staff_id = b.staff_id where a.plan_id=#{planId} and a.delete_flag = 0
select
b.staff_name staffName ,
a.data_id,
a.plan_id,
a.wx_enterprise_id,
a.enterprise_id,
a.staff_id,
a.clerk_id,
a.store_id,
a.member_id,
a.create_time,
a.update_time,
a.delete_flag,
a.comment_time,
a.like_time,
a.comment_flag,
a.like_flag
from tab_haoban_qw_moment_plan_data a left join tab_haoban_staff b on a.staff_id = b.staff_id where a.plan_id=#{planId} and a.delete_flag = 0