- RefreshAllStoresID

- RefreshAllSkusID
- use new tasksch when possible(not use run directly).
This commit is contained in:
gazebo
2018-10-23 16:34:42 +08:00
parent ad3d548824
commit 93a7202423
18 changed files with 323 additions and 155 deletions

View File

@@ -66,6 +66,11 @@ func init() {
&controllers.PromotionController{},
),
),
beego.NSNamespace("/sync",
beego.NSInclude(
&controllers.SyncController{},
),
),
)
beego.AddNamespace(ns)