weizong song 5 years ago
parent d4c2283502
commit 6ff794a1a3

@ -16,7 +16,7 @@ class OrderItems extends SoftDeletesModel
public function getPaidStatusAttribute()
{
if (!$this->total) {
if ($this->total == 0) {
return "未服务";
}
if ($this->paid_at) {

Loading…
Cancel
Save