- AutoSaleStoreSku添加参数isNeedSync控制是否主动同步,定时任务不需要,因为马上就是每晚的定时同步

This commit is contained in:
gazebo
2019-08-03 22:26:03 +08:00
parent c088b793e8
commit 972636e434
3 changed files with 6 additions and 27 deletions

View File

@@ -30,9 +30,3 @@ func (*PageShop) TableUnique() [][]string {
[]string{"VendorStoreID", "VendorID"},
}
}
func (*PageShop) TableIndex() [][]string {
return [][]string{
[]string{"Tel1"},
}
}