|
@@ -49,7 +49,7 @@
|
|
ctop_bytedance_image_info
|
|
ctop_bytedance_image_info
|
|
set type = 3
|
|
set type = 3
|
|
where width < height and type is null
|
|
where width < height and type is null
|
|
- and (width between 1080 and 2160) and (height between 1920 and 3840)
|
|
|
|
|
|
+ and width = 1080 and height = 1920
|
|
</update>
|
|
</update>
|
|
<!-- 大图竖图 -->
|
|
<!-- 大图竖图 -->
|
|
<update id="updateImageVerticalType">
|
|
<update id="updateImageVerticalType">
|