Commit 0a5c312a by 徐高华

朋友圈

parent 50bf8786
......@@ -62,7 +62,7 @@
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
a.store_id storeId , a.status_flag statusFlag , reason reason 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