Commit 788772bc by 徐高华

朋友圈

parent ff6c533d
......@@ -176,7 +176,7 @@
<select id="planListWxa" resultType="com.gic.haoban.manage.api.dto.moment.QwMomentPlanWxaDTO"
parameterType="com.gic.haoban.manage.api.qdto.moment.PlanListWxaQDTO">
select a.plan_id planId ,
a.title title ,
a.title name ,
a.begin_date startTime ,
a.end_date endTime ,
sum(ifnull(a.total_like_count,0)) likeCount ,
......@@ -190,7 +190,7 @@
<if test="null != clerkId">and b.clerk_id = #{clerkId}
</if>
<if test="null != nameLike">
and a.name like #{nameLike}
and a.title like #{nameLike}
</if>
group by a.plan_id
<if test="planStatus==0">
......
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