门店电话改为统一的

This commit is contained in:
苏尹岚
2020-05-18 14:19:14 +08:00
parent 457dd5e76d
commit da1473e893
4 changed files with 13 additions and 14 deletions

View File

@@ -41,10 +41,6 @@ var (
}
)
const (
JdTe1 = "18011597879"
)
func (p *PurchaseHandler) ReadStore(ctx *jxcontext.Context, vendorOrgCode, vendorStoreID string) (*dao.StoreDetail, error) {
a := getAPI(vendorOrgCode)
result, err := a.GetStoreInfoByStationNo2(vendorStoreID)
@@ -145,7 +141,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
storeParams := &jdapi.OpStoreParams{
StationNo: store.VendorStoreID,
Operator: userName,
Phone: JdTe1,
Phone: model.VendorStoreTel,
Mobile: store.Tel1,
}
if store.SyncStatus&model.SyncFlagDeletedMask == 0 {