This commit is contained in:
gazebo
2019-09-07 10:47:13 +08:00
parent 92b6c24347
commit 937cfe187c
2 changed files with 7 additions and 5 deletions

View File

@@ -682,7 +682,7 @@ func GetRealMobile4Order(order *model.GoodsOrder) (mobileNumber string) {
}
func GetAuthType4Vendor(vendorID int) (authType string) {
authType = model.VendorNames[vendorID]
authType = dao.ConvertJsonFieldPrefix(model.VendorNames[vendorID])
if authType != "" {
authType = "vendor." + authType
}