aa
This commit is contained in:
@@ -546,8 +546,8 @@ func (c *JobController) RefreshJdDelivery() {
|
|||||||
// @router /TempJob [post]
|
// @router /TempJob [post]
|
||||||
func (c *JobController) TempJob() {
|
func (c *JobController) TempJob() {
|
||||||
c.callTempJob(func(params *tJobTempJobParams) (retVal interface{}, errCode string, err error) {
|
c.callTempJob(func(params *tJobTempJobParams) (retVal interface{}, errCode string, err error) {
|
||||||
//cms.TempJob()
|
cms.TempJob()
|
||||||
cms.TestTemp()
|
//cms.TestTemp()
|
||||||
return retVal, "", err
|
return retVal, "", err
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user