SELECT dp_id, dp_date, dp_amount, dp_winning, dp_date_time, dp_status, dp_month, dp_year FROM define_packages where dp_month=2 and dp_year=2026 and right(dp_date,2)=13 and dp_status='1' and dp_day_status='1'213
300

UPDATE define_packages SET dp_status='3' where dp_month=2 and dp_year=2026 and right(dp_date,2)=13 and dp_day_status='1'
select * from assign_pack where package_id=213
0