From 73ce8a77c3cdb4e1b76021ec834524b14b2eece6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 28 Oct 2020 09:04:24 +0800 Subject: [PATCH] limit type --- business/jxstore/cms/cms.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/business/jxstore/cms/cms.go b/business/jxstore/cms/cms.go index 6612b9076..454666e68 100644 --- a/business/jxstore/cms/cms.go +++ b/business/jxstore/cms/cms.go @@ -77,6 +77,15 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) { "jobLimitCountType": `[{ "id":` + utils.Int2Str(model.JobLimitCountTypePO) + `,"value": "每人一次" + },{ + "id":` + utils.Int2Str(model.JobLimitCountTypePDO) + + `,"value": "每人每天一次" + },{ + "id":` + utils.Int2Str(model.JobLimitCountTypePWO) + + `,"value": "每人每周一次" + },{ + "id":` + utils.Int2Str(model.JobLimitCountTypeNoLimit) + + `,"value": "不限次" }]`, }, }