aa
This commit is contained in:
@@ -2,7 +2,8 @@ package controllers
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/cms"
|
||||
@@ -532,8 +533,7 @@ func (c *JobController) GetCoordinateFromAddress() {
|
||||
// @router /RefreshJdDelivery [post]
|
||||
func (c *JobController) RefreshJdDelivery() {
|
||||
c.callRefreshJdDelivery(func(params *tJobRefreshJdDeliveryParams) (retVal interface{}, errCode string, err error) {
|
||||
//err = cms.RefreshJdDelivery(jxcontext.AdminCtx)
|
||||
cms.TestTemp2("test" + utils.Int64ToStr(time.Now().Unix()))
|
||||
err = cms.RefreshJdDelivery(jxcontext.AdminCtx)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user