- add deleted_at for SyncStoreCategory

This commit is contained in:
gazebo
2018-10-26 15:31:09 +08:00
parent 301b845c44
commit 9a8bcd506b
2 changed files with 10 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ func TestSyncStoresSkus(t *testing.T) {
func TestSyncOneStoreCategoriesFromRemote2Local(t *testing.T) {
db := dao.GetDB()
err := new(PurchaseHandler).syncOneStoreCategoriesFromRemote2Local(db, 100077, "autotest")
err := new(PurchaseHandler).SyncLocalStoreCategory(db, 100077, "autotest")
if err != nil {
t.Fatal(err.Error())
}