|
@@ -71,8 +71,8 @@
|
|
|
ELSE 0
|
|
|
END
|
|
|
) conversionPrice, -- 转化单价
|
|
|
- t1.photo_url as 'url',
|
|
|
- t1.cover_url as 'coverUrl',
|
|
|
+ t2.photo_url as 'url',
|
|
|
+ t2.cover_url as 'coverUrl',
|
|
|
t2.signature signature -- 视频md5
|
|
|
from
|
|
|
ctop_user_allocation t1
|
|
@@ -242,8 +242,8 @@
|
|
|
ELSE 0
|
|
|
END
|
|
|
) conversionPrice, -- 转化单价
|
|
|
- t1.photo_url as 'url',
|
|
|
- t1.cover_url as 'coverUrl',
|
|
|
+ t2.photo_url as 'url',
|
|
|
+ t2.cover_url as 'coverUrl',
|
|
|
t2.signature signature -- 视频md5
|
|
|
from
|
|
|
ctop_user_allocation t1
|