wangyunpeng 2 月之前
父節點
當前提交
bd4ac86ec0

+ 2 - 2
api-module/src/main/resources/mapper/contentplatform/ext/ContentPlatformPlanMapperExt.xml

@@ -131,7 +131,7 @@
 
     <select id="getQwPlanList"
             resultType="com.tzld.piaoquan.api.model.po.contentplatform.ContentPlatformQwPlan">
-        select count(*)
+        select *
         from content_platform_qw_plan
         where create_account_id = #{createAccountId}
         and type = #{param.type}
@@ -160,7 +160,7 @@
 
     <insert id="insertQwPlanReturnId" useGeneratedKeys="true" keyProperty="id">
         insert into content_platform_qw_plan (`type`, scene, page_url, root_source_id, create_account_id,
-                                              create_timestamp, update_timestam)
+                                              create_timestamp, update_timestamp)
         values ( #{record.type}, #{record.scene}, #{record.pageUrl}, #{record.rootSourceId},
                 #{record.createAccountId}, #{record.createTimestamp}, #{record.updateTimestamp})
     </insert>