From cf0272557b0828712d17b1a5579661c427cfe020 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Tue, 10 Oct 2023 09:11:44 +0800 Subject: [PATCH] 1 --- controllers/cms_store.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/controllers/cms_store.go b/controllers/cms_store.go index 5a0664f15..e4130f5d8 100644 --- a/controllers/cms_store.go +++ b/controllers/cms_store.go @@ -6,6 +6,8 @@ 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" @@ -1177,6 +1179,7 @@ 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 {