This commit is contained in:
richboo111
2023-10-10 09:11:44 +08:00
parent a424851bd3
commit cf0272557b

View File

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