fixed
This commit is contained in:
@@ -349,6 +349,7 @@ class Cusorder extends Wxapp
|
||||
}
|
||||
if ($status == 11) { //进行中
|
||||
$where['status<'] = 3;
|
||||
$where['status>'] = -1;
|
||||
} elseif ($status == 12) { //已完成
|
||||
$where['status'] = 3;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user