Accept Merge Request #189: (su -> mark)

Merge Request: 饿先达商品分类完善
Created By: @苏尹岚
Accepted By: @苏尹岚
URL: https://rosydev.coding.net/p/jx-callback/d/jx-callback/git/merge/189
This commit is contained in:
苏尹岚
2020-02-18 20:35:14 +08:00
15 changed files with 294 additions and 35 deletions

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
}