From ad43d3b286286ac2cc0a8f9890d0c83196ef2ecf Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 11 Oct 2018 17:45:33 +0800 Subject: [PATCH] - comment --- controllers/cms_store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/cms_store_sku.go b/controllers/cms_store_sku.go index e5f765aca..020d53f07 100644 --- a/controllers/cms_store_sku.go +++ b/controllers/cms_store_sku.go @@ -124,7 +124,7 @@ func (c *StoreSkuController) UpdateStoresSkus() { } // @Title 拷贝门店SKU信息 -// @Description 拷贝门店SKU信息 +// @Description 拷贝门店SKU信息(此函数当前只是本地数据操作,要同步到远端需要调用SyncStoresSkus) // @Param token header string true "认证token" // @Param fromStoreID formData int true "源门店ID" // @Param toStoreID formData int true "目标门店ID"