|
@@ -5,8 +5,8 @@
|
|
|
<select id="queryVideoReportBy" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
SELECT
|
|
|
t1.md5 signature,
|
|
|
- (case when t1.toutiao_url is not nul then t1.toutiao_url
|
|
|
- when t1.url is not null then t1.url
|
|
|
+ (case when t1.toutiao_url != '' then t1.toutiao_url
|
|
|
+ when t1.url !='' then t1.url
|
|
|
else '' end ) AS url,
|
|
|
t1.cover_url AS converUrl,
|
|
|
t1.clip_name AS clip,
|