美团饿百负责人搞反了

This commit is contained in:
苏尹岚
2020-02-18 14:18:33 +08:00
parent 6798752925
commit 34c8dc31c5

View File

@@ -1454,10 +1454,10 @@ func getOrderOperatorInfo(order *model.GoodsOrder, storeDetail *dao.StoreDetail)
case model.VendorIDJD:
operatorPhone = storeDetail.OperatorPhone
operatorName = storeDetail.OperatorName
case model.VendorIDEBAI:
case model.VendorIDMTWM:
operatorPhone = storeDetail.OperatorPhone2
operatorName = storeDetail.OperatorName2
case model.VendorIDMTWM:
case model.VendorIDEBAI:
operatorPhone = storeDetail.OperatorPhone3
operatorName = storeDetail.OperatorName3
}