This commit is contained in:
richboo111
2023-10-10 10:24:41 +08:00
parent 3147e87673
commit 039a4050be
2 changed files with 2 additions and 12 deletions

View File

@@ -6,8 +6,6 @@ import (
"errors"
"strings"
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/baseapi/platformapi/mtwmapi"
"git.rosy.net.cn/jx-callback/business/partner"
@@ -1179,7 +1177,6 @@ func (c *StoreController) GetStoreAcctBalance() {
// @router /UpdateVendorStoreBussinessStatus [post]
func (c *StoreController) UpdateVendorStoreBussinessStatus() {
c.callUpdateVendorStoreBussinessStatus(func(params *tStoreUpdateVendorStoreBussinessStatusParams) (retVal interface{}, errCode string, err error) {
globals.SugarLogger.Debugf("UpdateVendorStoreBussinessStatus %d,%d,%s", params.StoreID, params.Status, params.VendorIDs)
var vendorIDList []int
temp := strings.Split(params.VendorIDs, ",")
for _, v := range temp {