Commit 1cc78adc by 徐高华

Merge branch 'feature/社群' into 'developer'

test

See merge request !531
parents 1779c4a0 f9d2d5bb
......@@ -65,6 +65,10 @@
</insert>
<select id="listPlanLog" parameterType="com.gic.haoban.manage.api.dto.qdto.chat.GroupChatPlanSearchQDTO" resultType="com.gic.haoban.manage.api.dto.chat.GroupChatPlanLogDTO">
select <include refid="Base_Column_List" /> from tab_haoban_group_chat_plan_log
select
group_chat_id groupChatId,
send_status sendStatus,
create_time createTime
from tab_haoban_group_chat_plan_log
</select>
</mapper>
\ No newline at end of file
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