SELECT dp_id, dp_date, dp_amount, dp_winning, dp_date_time, dp_status, dp_month, dp_year FROM
define_packages where dp_month=11 and dp_year=2025 and right(dp_date,2)=19 and dp_status='1' and dp_day_status='1'127
300
UPDATE define_packages SET dp_status='3' where dp_month=11 and dp_year=2025 and right(dp_date,2)=19 and dp_day_status='1'
select * from assign_pack where package_id=127
0