|
@@ -230,11 +230,11 @@
|
|
and uc.company_name is not null
|
|
and uc.company_name is not null
|
|
and (video.company_name is null or video.company_name = '')
|
|
and (video.company_name is null or video.company_name = '')
|
|
</update>
|
|
</update>
|
|
- <update id="etlKuaishouVideoTypeZz">
|
|
|
|
|
|
+ <update id="etlKuaishouVideoTypeZr">
|
|
update ctop_material_tag_info cmti left join ctop_etl_kuaishou_video_info cbvei on cmti.code = cbvei.video_code
|
|
update ctop_material_tag_info cmti left join ctop_etl_kuaishou_video_info cbvei on cmti.code = cbvei.video_code
|
|
set cbvei.video_type = #{videoType} where cmti.tag_code like 'Z01%' and cbvei.video_type is null
|
|
set cbvei.video_type = #{videoType} where cmti.tag_code like 'Z01%' and cbvei.video_type is null
|
|
</update>
|
|
</update>
|
|
- <update id="etlKuaishouVideoTypeZr">
|
|
|
|
|
|
+ <update id="etlKuaishouVideoTypeZz">
|
|
update ctop_material_tag_info cmti left join ctop_etl_kuaishou_video_info cbvei on cmti.code = cbvei.video_code
|
|
update ctop_material_tag_info cmti left join ctop_etl_kuaishou_video_info cbvei on cmti.code = cbvei.video_code
|
|
set cbvei.video_type = #{videoType} where cmti.tag_code like 'Z02%' and cbvei.video_type is null
|
|
set cbvei.video_type = #{videoType} where cmti.tag_code like 'Z02%' and cbvei.video_type is null
|
|
</update>
|
|
</update>
|