- temporarily disable Update jd store.

This commit is contained in:
gazebo
2018-09-09 13:51:16 +08:00
parent d312a672fc
commit fbd28ab887

View File

@@ -62,6 +62,7 @@ func (p *PurchaseHandler) ReadStore(vendorStoreID string) (*model.Store, error)
}
func (p *PurchaseHandler) UpdateStore(vendorStoreID string, store *model.Store, userName string) error {
return nil
params := map[string]interface{}{
"outSystemId": utils.Int2Str(int(store.ID)),
"stationName": store.Name,