1
This commit is contained in:
@@ -3,7 +3,6 @@ package controllers
|
||||
import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"github.com/panjf2000/ants"
|
||||
"io"
|
||||
"sync"
|
||||
@@ -144,7 +143,6 @@ func (c *SyncController) CompareStoreWithOperator() {
|
||||
if err = jxutils.Strings2Objs(params.StoreIDs, &storeIDs, params.VendorIDs, &vendorIDs); err != nil {
|
||||
return retVal, "", err
|
||||
}
|
||||
globals.SugarLogger.Debug(params.StoreIDs, params.VendorIDs)
|
||||
p, _ := ants.NewPoolWithFunc(10, func(data interface{}) {
|
||||
task := data.(*CompareTask)
|
||||
task.Do()
|
||||
|
||||
Reference in New Issue
Block a user