Merge branch 'master' of /data/git/tiantian2

master
root 5 years ago
commit 045ce90d3b

@ -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