@ -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;
}