diff --git a/controllers/temp_op.go b/controllers/temp_op.go index 7ce1617d3..f73763f27 100644 --- a/controllers/temp_op.go +++ b/controllers/temp_op.go @@ -299,8 +299,8 @@ func (c *TempOpController) CheckSkuDiffBetweenJxAndVendor() { // @Param storeIDs formData string false "京西门店ID列表" // @Success 200 {object} controllers.CallResult // @Failure 404 User not found -// @router /StaticBlock [post] -func (c *TempOpController) StaticBlock() { +// @router /StoreSkuCheckDiff [post] +func (c *TempOpController) StoreSkuCheckDiff() { c.callCheckSkuDiffBetweenJxAndVendor(func(params *tTempopCheckSkuDiffBetweenJxAndVendorParams) (retVal interface{}, errCode string, err error) { var vendorIDList []int var storeIDList []int