浏览代码

增加日志

yumeng 2 年之前
父节点
当前提交
b16adcf2f3

+ 2 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/mapper/xml/MaterialUploadTaskMapper.xml

@@ -53,7 +53,8 @@
     <select id="getVideoId" resultType="com.alibaba.fastjson.JSONObject">
         select
         account_id as 'accountId',
-        signature as 'signature'
+        signature as 'signature',
+        video_id as 'videoId'
           from ctop_material_upload_bytedance_log
         where project_id = #{projectId}
         and signature = #{signature}