update zyb_student_push sp set sp.type = 4 where sp.type = 0 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)