Commit 11739483 authored by wwccw0591's avatar wwccw0591

jpush

parent 376acda7
......@@ -55,6 +55,8 @@ class cliOrderClose extends basecli
$addData['message'] = unserialize($addData['message']);
$res=$memberCenterServiceDao->getMessageSet($addData['toId']);
if($res['canPush']==\Our\ApiConst::one){
continue;
}else{
if(!empty($res['timeDiff'])){
$timeArr=explode('-',$res['timeDiff']);
if(!empty($timeArr)){
......@@ -64,8 +66,6 @@ class cliOrderClose extends basecli
}
}
}else{
continue;
}
$clientPush->push($addData);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment