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