@aaP_sproink login via terminal/ssh and do:
# listing crontabs for current user:
crontab -l
# listing crontabs for other users:
crontab -uwww -l
# (the www) is the web user is good to run the crons related to sites and apps. To edit the crontab for a given user:
crontab -u www -e
Forget the "aaPanel Crons", its a complete shit and doesn't work. Do cron right you'll never have a problem again.