Commit 8da9c643 by 徐高华

朋友圈

parent 2ddf0235
......@@ -178,8 +178,11 @@
<select id="list" parameterType="com.gic.haoban.manage.api.dto.qdto.chat.GroupChatPlanSearchQDTO" resultMap="result-map-tabHaobanGroupChatPlan">
select
<include refid="Base_Column_List" />
from tab_haoban_group_chat_plan where wx_enterprise_id=#{wxEnterpriseId}
and enterprise_id = #{enterpriseId} and delete_flag = 0
from tab_haoban_group_chat_plan where
enterprise_id = #{enterpriseId} and delete_flag = 0
<if test="null != wxEnterpriseId">
and wx_enterprise_id=#{wxEnterpriseId}
</if>
<if test="null != startDate">
and create_time <![CDATA[>=]]> #{startDate} and create_time <![CDATA[<=]]> #{endDate}
</if>
......
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