SELECT dp_id, dp_date, dp_amount, dp_winning, dp_date_time, dp_status, dp_month, dp_year FROM define_packages where dp_month=8 and dp_year=2025 and right(dp_date,2)=3 and dp_status='1' and dp_day_status='0'3
500

UPDATE define_packages SET dp_status='3' where dp_month=8 and dp_year=2025 and right(dp_date,2)=3 and dp_day_status='0'
select * from assign_pack where package_id=3
10
UPDATE assign_pack SET assign_status='7' where package_id=3