Browse Source

解决账户清理BUG

zhouzeyu@c-top.com.cn 4 years ago
parent
commit
a3e30b76c2

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/clean/mapper/xml/KuaishouAccountCleanTemplateMapper.xml

@@ -210,7 +210,7 @@
   </select>
 
     <insert id="saveCleamLog">
-    insert into ctop_kuaishou_account_clean_logs (account_id,user_name,operation_type,create_time,executive_information) values (#{accountId},#{userName},#{operationType},#{createTime},#{executiveInformation})
+    insert into ctop_kuaishou_account_clean_logs (template_id,account_id,create_template_id,user_name,operation_type,create_time,executive_information) values (#{templateId},#{accountId},#{createTemplateId},#{userName},#{operationType},#{createTime},#{executiveInformation})
   </insert>
 
     <select id="getUserRealName" resultType="String">