errore nella pipeline
This commit is contained in:
@@ -71,7 +71,11 @@ class PipelineHelper {
|
||||
$rval = array(
|
||||
array(
|
||||
'$project'=>array(
|
||||
'date'=>array('$add'=>60*60*1000)
|
||||
'date'=>array(
|
||||
'$add'=>array(
|
||||
array('$date',60*60*1000)
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user