This commit is contained in:
suyl
2021-08-10 15:49:54 +08:00
parent 2843356057
commit 7b8489fa50
2 changed files with 6 additions and 4 deletions

View File

@@ -546,7 +546,7 @@ func (c *JobController) RefreshJdDelivery() {
// @router /TempJob [post]
func (c *JobController) TempJob() {
c.callTempJob(func(params *tJobTempJobParams) (retVal interface{}, errCode string, err error) {
cms.TempJob()
err = cms.TempJob()
//cms.TestTemp()
return retVal, "", err
})