蜂鸟加四毛,下载excel违约金加在运费上

This commit is contained in:
邹宗楠
2023-05-26 14:01:25 +08:00
parent 825216e9f9
commit ae0e50926d
9 changed files with 49 additions and 14 deletions

View File

@@ -543,6 +543,11 @@ func GetVendorRiderInfo(wayBillVendorId, vendorId int, vendorOrderId, vendorWayb
}
}
if riderInfo.CourierName != "" && riderInfo.CourierPhone != "" {
riderInfo.LogisticsContext = fmt.Sprintf(riderInfo.LogisticsContext, riderInfo.CourierName, riderInfo.CourierPhone)
} else {
riderInfo.LogisticsContext = fmt.Sprintf(riderInfo.LogisticsContext, "暂无", "暂无")
}
return
}