Commit 316fe781 by unknown

fix

parent c003777f
......@@ -116,7 +116,7 @@
<select id="listCustomPlanByPage" resultMap="BaseResultMap">
select
a.id, plan_number, plan_name, create_user_name, description, open_feedback,
a.id, plan_number, plan_name, create_user_name, description, a.open_feedback,
use_state, pdf_url, h5_url, preview_qrcode_url, a.create_time, COUNT(DISTINCT b.batch_id) suggestion_count
from custom_plan a left join custom_plan_module_suggestion b
on a.id = b.plan_id
......
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