diff --git a/api/controllers/wxapp/licheb/OpenApi.php b/api/controllers/wxapp/licheb/OpenApi.php index b98f8445..47a886bc 100644 --- a/api/controllers/wxapp/licheb/OpenApi.php +++ b/api/controllers/wxapp/licheb/OpenApi.php @@ -140,10 +140,10 @@ class OpenApi extends Wxapp $status2 = 1; } if ($this->orders_model->get(['clue_id' => $item['id']])) { - $status = 1; + $status = 2; } if ($item['status'] == 3) { - $status = 2; + $status = 3; } $lists[$item['out_id']] = [ 'id' => $item['id'],