SELECT dp_id, dp_date, dp_amount, dp_winning, dp_date_time, dp_status, dp_month, dp_year FROM define_packages where dp_month=12 and dp_year=2025 and right(dp_date,2)=5 and dp_status='1' and dp_day_status='1'143
300

UPDATE define_packages SET dp_status='3' where dp_month=12 and dp_year=2025 and right(dp_date,2)=5 and dp_day_status='1'
select * from assign_pack where package_id=143
0