|
@@ -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}
|