- CopyStoreSkus

This commit is contained in:
gazebo
2018-10-11 17:40:24 +08:00
parent 5ec12fbbf1
commit e1dd674d9b
7 changed files with 126 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ import (
"git.rosy.net.cn/jx-callback/business/model/dao"
)
func TestSyncStoreSkus(t *testing.T) {
func TestSyncStoresSkus(t *testing.T) {
db := dao.GetDB()
err := new(PurchaseHandler).SyncStoresSkus(db, []int{100077}, []int{7}, false, "autotest")
if err != nil {