Commit 8c8ef8c4 by 徐高华

朋友圈

parent dcea1a8e
...@@ -56,7 +56,9 @@ ...@@ -56,7 +56,9 @@
a.comment_time commentTime , a.comment_time commentTime ,
a.like_time likeTime , a.like_time likeTime ,
a.comment_flag commentFlag , a.comment_flag commentFlag ,
a.like_flag likeFlag a.like_flag likeFlag ,
a.clerk_code clerkCode ,
a.clerk_name clerkName
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 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
<if test="null != staffNameLike"> <if test="null != staffNameLike">
and b.staff_name like #{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