数据
This commit is contained in:
@@ -127,7 +127,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
case
|
case
|
||||||
when t1.open_video_status = 1 and t1.video_status = 0 and t2.status = 1 then 1
|
when t1.open_video_status = 1 and t1.video_status = 0 and t2.status = 1 then 1
|
||||||
when t1.video_status = 1 then 2
|
when t1.video_status = 1 then 2
|
||||||
when t2.open_video_status = 0 then 3
|
when t1.open_video_status = 0 then 3
|
||||||
ELSE 0
|
ELSE 0
|
||||||
end as anchor_status
|
end as anchor_status
|
||||||
from cai_anchor t1
|
from cai_anchor t1
|
||||||
|
|||||||
Reference in New Issue
Block a user