From 6fed882155c212b0636bb6d775f0405365db83ae Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 10 Aug 2021 15:00:36 +0800 Subject: [PATCH] aa --- controllers/job_controller.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/job_controller.go b/controllers/job_controller.go index 8c57e6c2d..a750a6e5f 100644 --- a/controllers/job_controller.go +++ b/controllers/job_controller.go @@ -546,8 +546,8 @@ func (c *JobController) RefreshJdDelivery() { // @router /TempJob [post] func (c *JobController) TempJob() { c.callTempJob(func(params *tJobTempJobParams) (retVal interface{}, errCode string, err error) { - //cms.TempJob() - cms.TestTemp() + cms.TempJob() + //cms.TestTemp() return retVal, "", err }) }