Commit 633e3e92 by 阮思源

Merge branch 'fix-column' into 'master'

补充字段

See merge request rays/pcloud-book!543
parents a552c5ab d0d62bcd
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<sql id="Base_Column_List"> <sql id="Base_Column_List">
id, plan_id, parent_id, module_type, pic_url, type_name, title, content, skill_id, skill_cover, id, plan_id, parent_id, module_type, pic_url, type_name, title, content, skill_id, skill_cover,
app_id, agent_name, product_id, merchant_name, product_unique_number, link_url, create_time, update_time, open_feedback app_id, agent_name, product_id, merchant_name, product_unique_number, link_url, create_time, update_time, open_feedback, book_name, read_type
</sql> </sql>
<insert id="insert" parameterType="CustomPlanModule" useGeneratedKeys="true" keyProperty="id"> <insert id="insert" parameterType="CustomPlanModule" useGeneratedKeys="true" keyProperty="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