select *,case when 结账时间<dateadd(day,1,CONVERT(CHAR(10),业务时间,120)+' 12:00' ) THEN '正确' ELSE CONVERT(CHAR(20),结账时间,120) END AS 结账时间
FROM TABLENAME