Skip to content
New issue

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

fix: 定时任务ESB接口,返回的expression字段不对 #2724

Closed
liuliaozhong opened this issue Jan 8, 2024 · 0 comments
Closed

fix: 定时任务ESB接口,返回的expression字段不对 #2724

liuliaozhong opened this issue Jan 8, 2024 · 0 comments
Assignees
Labels
done 已上线到正式环境并验收通过 kind/bug 程序故障Bug,漏洞

Comments

@liuliaozhong
Copy link
Collaborator

Version / Branch / tag

出了什么问题?(What Happened?)
定时任务esb接口,如save_cron,get_cron_detail,get_cron_list接口返回的expression字段不对。
如:新增时expression=“0/2 * * * *”,返回expression=“0/2 * * * * *”
新增时expression=“3 * * * 3”,返回expression=“3 * * * 4 *”

如何复现?(How to reproduce?)

预期结果(What you expect?)
返回Unix风格的时间表达式

@liuliaozhong liuliaozhong added kind/bug 程序故障Bug,漏洞 backlog 需求初始状态,等待产品进行评估 labels Jan 8, 2024
@liuliaozhong liuliaozhong self-assigned this Jan 8, 2024
jsonwan added a commit that referenced this issue Jan 11, 2024
fix: 定时任务ESB接口,返回的expression字段不对 #2724
@bkjob-bot bkjob-bot added for gray 可以在灰度环境/预发布环境验收 done 已上线到正式环境并验收通过 and removed backlog 需求初始状态,等待产品进行评估 for gray 可以在灰度环境/预发布环境验收 labels Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done 已上线到正式环境并验收通过 kind/bug 程序故障Bug,漏洞
Projects
None yet
Development

No branches or pull requests

2 participants