This commit is contained in:
小鱼开发
2024-06-13 22:00:08 +08:00
parent 6fcc7beb90
commit 8551d58057
@@ -349,6 +349,7 @@ class Cusorder extends Wxapp
}
if ($status == 11) { //进行中
$where['status<'] = 3;
$where['status>'] = -1;
} elseif ($status == 12) { //已完成
$where['status'] = 3;
} else {