Browse Source

社区订单统计

master
lanzu_qinsheng 5 years ago
parent
commit
eeb910c33a
  1. 2
      app/Admin/Common/Order.php

2
app/Admin/Common/Order.php

@ -125,7 +125,7 @@ class Order
public static function buildData()
{
$build = ImsCjdcOrderMain
::whereIn('state', [3, 4, 5, 10])
::whereIn('state', [3, 4, 5, 10,11])
->where('type',1);
return $build;
}

Loading…
Cancel
Save