1
This commit is contained in:
@@ -195,7 +195,7 @@ func (c *BiddingController) GetSupermarketSign() {
|
|||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /DownSupermarketSign [post]
|
// @router /DownSupermarketSign [post]
|
||||||
func (c *BiddingController) DownSupermarketSign() {
|
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 (
|
var (
|
||||||
stores []*model.SupermarketSign
|
stores []*model.SupermarketSign
|
||||||
excelBin []byte
|
excelBin []byte
|
||||||
|
|||||||
Reference in New Issue
Block a user