11-18需求

This commit is contained in:
杨建炊 2024-11-21 15:58:04 +08:00
parent 05d1ad7ae7
commit 9628d56779

View File

@ -69,7 +69,7 @@ class BusinessOrder extends Model
public function getShippingStatusAttribute($value) public function getShippingStatusAttribute($value)
{ {
$map = ['未发货', '已发货', '部分发货', '' => '']; $map = ['未发货', '已发货', '部分发货',"已收货", '' => ''];
return $map[$value]; return $map[$value];
} }