Merge branch 'master' of /mnt/git/v2.tiantianxinye.365care

master
songweizong 5 months ago
commit 02a829dc4f

@ -226,6 +226,7 @@ class OrderItems extends SoftDeletesModel
$query->where("status", Orders::STATUS_ONGOING)
->whereIn("project_id", $projects);
})
->where("total", ">", 0)
->whereNull("paid_at")
->where("id", ">", $last_id)
->with("customer");

Loading…
Cancel
Save