From b1b30d43cb7eeff9c08eff41cb5e209a604f6d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 13 Sep 2024 16:38:45 +0800 Subject: [PATCH] 1 --- controllers/bidding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/bidding.go b/controllers/bidding.go index 2c2b39e8f..00254315f 100644 --- a/controllers/bidding.go +++ b/controllers/bidding.go @@ -195,7 +195,7 @@ func (c *BiddingController) GetSupermarketSign() { // @Failure 200 {object} controllers.CallResult // @router /DownSupermarketSign [post] func (c *BiddingController) DownSupermarketSign() { - c.callGetSupermarketSign(func(params *tBindGetSupermarketSignParams) (retVal interface{}, hint string, err error) { + c.callDownSupermarketSign(func(params *tBindDownSupermarketSignParams) (retVal interface{}, hint string, err error) { var ( stores []*model.SupermarketSign excelBin []byte