- jd SyncStoreSku.

This commit is contained in:
gazebo
2018-09-16 16:37:46 +08:00
parent b9497d028f
commit 30d94bf688
8 changed files with 117 additions and 15 deletions

View File

@@ -72,7 +72,7 @@ func (p *PurchaseHandler) ReadStore(vendorStoreID string) (*model.Store, error)
}
// stoerIDs为nil表示所有
func (p *PurchaseHandler) UpdateStore(storeID int) (err error) {
func (p *PurchaseHandler) UpdateStore(storeID int, userName string) (err error) {
db := dao.GetDB()
var store tJdStoreInfo
sql := `