qidongsheng 0619
This commit is contained in:
13
business/jxstore/cms/store_sku_check.go1_test.go
Normal file
13
business/jxstore/cms/store_sku_check.go1_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package cms
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
|
||||
)
|
||||
|
||||
func TestCheckSkuDiffBetweenJxAndVendor(t *testing.T) {
|
||||
vendorIDList := []int{}
|
||||
storeIDList := []int{}
|
||||
CheckSkuDiffBetweenJxAndVendor(jxcontext.AdminCtx, vendorIDList, storeIDList)
|
||||
}
|
||||
Reference in New Issue
Block a user