修复配送订单创建方名称显示
This commit is contained in:
@@ -62,7 +62,7 @@ func buildGasorderListDisplays(orders []models.GasorderBasic) ([]gasorderListDis
|
||||
for _, order := range orders {
|
||||
creatorName := strings.TrimSpace(creatorNames[creatorLookupKey(order.CreatorType, order.CreatorID)])
|
||||
if creatorName == "" {
|
||||
creatorName = fmt.Sprintf("记录已失效(%s)", order.CreatorIdentity)
|
||||
creatorName = "记录已失效"
|
||||
}
|
||||
displays = append(displays, gasorderListDisplay{
|
||||
GasorderBasic: order,
|
||||
|
||||
Reference in New Issue
Block a user