This commit is contained in:
邹宗楠
2024-09-13 16:38:45 +08:00
parent 0e1bffb13d
commit b1b30d43cb

View File

@@ -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