We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rerun 界面如果不选择截止时间,会报请联系管理员 。并且后台出现 ` insert into hera_rerun ( job_id,name,start_millis,gmt_create,sso_name,extra ) values ( ?,?,?,?,?,? )
` 加个前端校验吧 。 体验会好一点 。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rerun 界面如果不选择截止时间,会报请联系管理员 。并且后台出现
`
insert into hera_rerun ( job_id,name,start_millis,gmt_create,sso_name,extra ) values ( ?,?,?,?,?,? )
Cause: java.sql.SQLException: Field 'end_millis' doesn't have a default value
`
加个前端校验吧 。 体验会好一点 。
The text was updated successfully, but these errors were encountered: