### Search before asking - [x] I had searched in the [issues](https://github.com/DataLinkDC/dinky/issues?q=is%3Aissue) and found no similar issues. ### What happened When executing the MySQL task, the log output shows: "status is null."  you may forget call `JobResult.setStatus()` in `org.dinky.service.impl.DataBaseServiceImpl#executeCommonSql` ### What you expected to happen print correct job status, failed or success but null ### How to reproduce add a mysql source create a mysql task execute any select statement, and check the output ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)