update zyb_student_push sp set sp.type = 5 where sp.type in (0 ,4) and exists(select 1 from scon_homework_picture hp where to_days(hp.create_time) = to_days(sp.push_time) and hp.vip_id = sp.vip_id and hp.is_delete = 0)