This commit is contained in:
suyl
2021-06-15 17:28:35 +08:00
parent 2c64ff131b
commit b23f597060
3 changed files with 41 additions and 35 deletions

View File

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