|
...
|
...
|
@@ -88,9 +88,9 @@ class SyncProject extends Command |
|
|
|
if($data['data']['order_type'] == '首次'){
|
|
|
|
$this->sync($data['data'],$is_update);
|
|
|
|
//同步aicc
|
|
|
|
if($data['data']['exclusive_aicc']){
|
|
|
|
$this->toAicc($data['data']);
|
|
|
|
}
|
|
|
|
// if($data['data']['exclusive_aicc']){
|
|
|
|
// $this->toAicc($data['data']);
|
|
|
|
// }
|
|
|
|
//同步hagro
|
|
|
|
if($data['data']['exclusive_hagro']){
|
|
|
|
$this->toHagro($data['data']);
|
...
|
...
|
|